登录页面添加

This commit is contained in:
zhangyiming
2020-12-04 14:28:25 +08:00
parent a647a16b92
commit 10ba75b1b6
19 changed files with 246 additions and 144 deletions

View File

@@ -34,9 +34,9 @@
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
"tests/**/*.tsx", "src/mixins/bus.js"
],
"exclude": [
"node_modules"
],
}
}