@scenetechnology/cj_iview_table 0.0.4 → 0.0.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ cj_iview_table 是一个基于 Vue.js 和 ViewUI (原 iView) 的表格组件项
15
15
  1. 克隆或下载项目代码
16
16
  2. 在项目根目录运行以下命令安装依赖:
17
17
  ```
18
- npm install cj_iview_table --legacy-peer-deps
18
+ npm install @scenetechnology/cj_iview_table --legacy-peer-deps
19
19
  ```
20
20
 
21
21
  ### 引入
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scenetechnology/cj_iview_table",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "private": false,
5
5
  "description": "iview 2.0 表格组件",
6
6
  "main": "dist/cj_iview_table.umd.min.js",