Add SmartTable Vue component.

This commit is contained in:
2019-03-10 15:59:16 -05:00
parent 4965d162ad
commit 9d8ad6bf74
5 changed files with 34 additions and 0 deletions

8
web/package-lock.json generated
View File

@@ -14675,6 +14675,14 @@
"integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
"dev": true
},
"vuejs-smart-table": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/vuejs-smart-table/-/vuejs-smart-table-0.0.3.tgz",
"integrity": "sha512-I4dJal5f4O0zYrDcrABmZCOrYhL0Xw0J0rkolEe6argj5rRXAv9cquh8oniBIJabPflA5Sx2OVIwhJURWZK/3w==",
"requires": {
"vue": "^2.5.17"
}
},
"vuex": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.0.tgz",