support application lock

This commit is contained in:
MaysWind
2020-11-21 02:31:37 +08:00
parent d59ff3180d
commit 7290835bb8
15 changed files with 374 additions and 22 deletions
+3 -1
View File
@@ -10,6 +10,7 @@
"dependencies": {
"axios": "^0.21.0",
"core-js": "^3.6.5",
"crypto-js": "^4.0.0",
"framework7": "^5.7.14",
"framework7-icons": "^3.0.1",
"framework7-vue": "^5.7.14",
@@ -20,7 +21,8 @@
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.22.1",
"vue-i18n-filter": "^0.1.6",
"vue-moment": "^4.1.0"
"vue-moment": "^4.1.0",
"vue-pincode-input": "^0.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",