@epie/bi-crud 2.0.3 → 2.0.4

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
@@ -26,7 +26,7 @@
26
26
  `on-refresh` 示例
27
27
 
28
28
  ```html
29
- <cl-crud :on-refresh="onRefresh"></cl-crud>
29
+ <epie-crud :on-refresh="onRefresh"></epie-crud>
30
30
  ```
31
31
 
32
32
  ```js
@@ -63,7 +63,7 @@ export default {
63
63
  `on-delete` 示例
64
64
 
65
65
  ```html
66
- <cl-crud :on-delete="onDelete"></cl-crud>
66
+ <epie-crud :on-delete="onDelete"></epie-crud>
67
67
  ```
68
68
 
69
69
  ```js
@@ -103,7 +103,7 @@ export default {
103
103
 
104
104
  ```html
105
105
  <template>
106
- <cl-crud @load="onLoad"></cl-crud>
106
+ <epie-crud @load="onLoad"></epie-crud>
107
107
  </template>
108
108
 
109
109
  <script>