@kengic/vue 0.30.1-beta.37 → 0.30.1-beta.38

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
@@ -6,4 +6,4 @@
6
6
 
7
7
  1. ComputedRef 类型的变量使用 $$ 后缀, 入: `class$$`
8
8
  2. Ref 类型的变量使用 $ 后缀, 入: `height$`
9
- 3. 当组件名称作为前缀时, 使用 $ 包裹组件名称, 入: `$Canvas$get`, `$Canvas$set`
9
+ 3. 当组件名称或者模块名称作为前缀时, 使用 $ 包裹组件名称, 入: `$Canvas$Get`, `$Canvas$Set`