@sepveneto/plugin-mp-router-view 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## 限制
6
6
  只能写在`App.vue`中,有且只能有一个`<router-view />`。
7
7
 
8
- 不需要根标签。
8
+ 与常规`vue2`的写法类似,`App.vue`中只允许存在一个根节点。
9
9
 
10
10
  ## 快速开始
11
11