custom-vxe-table 2.2.9-2 → 3.0.0

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
@@ -1,24 +1,32 @@
1
1
  # antv-ts-demo
2
2
 
3
+ v3.0.0
4
+ i18n 升版
5
+
3
6
  ## Project setup
7
+
4
8
  ```
5
9
  npm install
6
10
  ```
7
11
 
8
12
  ### Compiles and hot-reloads for development
13
+
9
14
  ```
10
15
  npm run serve
11
16
  ```
12
17
 
13
18
  ### Compiles and minifies for production
19
+
14
20
  ```
15
21
  npm run build
16
22
  ```
17
23
 
18
24
  ### Lints and fixes files
25
+
19
26
  ```
20
27
  npm run lint
21
28
  ```
22
29
 
23
30
  ### Customize configuration
31
+
24
32
  See [Configuration Reference](https://cli.vuejs.org/config/).