@scenetechnology/cj_iview_table 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,8 +22,8 @@ npm install @scenetechnology/cj_iview_table --legacy-peer-deps
22
22
 
23
23
  1. 在main.js中 引入UI库 引入UI样式
24
24
  ```
25
- import cj_iview_table from 'cj_iview_table'
26
- import 'cj_iview_table/dist/cj_iview_table.css'
25
+ import cj_iview_table from '@scenetechnology/cj_iview_table'
26
+ import '@scenetechnology/cj_iview_table/dist/cj_iview_table.css'
27
27
  Vue.use(cj_iview_table)
28
28
  ```
29
29
  2.在页面使用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scenetechnology/cj_iview_table",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "private": false,
5
5
  "description": "iview 2.0 表格组件",
6
6
  "main": "dist/cj_iview_table.umd.min.js",