We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b762c22 commit cf66a13Copy full SHA for cf66a13
examples/package.json
@@ -1,6 +1,8 @@
1
{
2
"name": "vue-easytable-example",
3
"version": "2.0.0",
4
+ "author": "https://github.com/huangshuwei",
5
+ "license": "MIT",
6
"scripts": {
7
"dev": "vue-cli-service serve",
8
"build": "vue-cli-service build",
package.json
@@ -2,7 +2,14 @@
"name": "vue-easytable",
"version": "2.0.1",
"main": "libs/main.js",
- "description": "vue table component",
+ "description": "Vue table component",
+ "keywords": [
+ "vue",
+ "data table",
9
+ "data grid",
10
+ "table component",
11
+ "components"
12
+ ],
13
"author": "https://github.com/huangshuwei",
14
"license": "MIT",
15
"repository": {
0 commit comments