define how to roll and how tables work
add some test tables
This commit is contained in:
10
package.json
10
package.json
@ -10,9 +10,12 @@
|
||||
"dependencies": {
|
||||
"core-js": "^3.3.2",
|
||||
"register-service-worker": "^1.6.2",
|
||||
"rxjs": "^6.5.3",
|
||||
"vue": "^2.6.10",
|
||||
"vue-class-component": "^7.0.2",
|
||||
"vue-property-decorator": "^8.3.0"
|
||||
"vue-property-decorator": "^8.3.0",
|
||||
"vue-router": "^3.1.3",
|
||||
"vue-rx": "^6.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.0.0",
|
||||
@ -36,7 +39,10 @@
|
||||
"eslint:recommended",
|
||||
"@vue/typescript"
|
||||
],
|
||||
"rules": {},
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
"no-debugger": "off"
|
||||
},
|
||||
"parserOptions": {
|
||||
"parser": "@typescript-eslint/parser"
|
||||
}
|
||||
|
Reference in New Issue
Block a user