refactor: vendor code splitting

This commit is contained in:
pypy
2021-08-13 02:58:42 +09:00
parent aaf4cefd12
commit 8efd7f0378
2 changed files with 128 additions and 121 deletions

View File

@@ -2650,4 +2650,5 @@ html
type="primary" size="small" @click="setPrimaryPassword"
:disabled="enablePrimaryPasswordDialog.password.length===0||enablePrimaryPasswordDialog.password!==enablePrimaryPasswordDialog.rePassword"
) OK
script(src="vendor.js")
script(src="app.js")