CredentialPopup
This commit is contained in:
4
main.js
4
main.js
@@ -31,6 +31,10 @@ Vue.prototype.$getStatusText = function(statusMap, status) {
|
||||
|
||||
import store from '@/vuex/store.js'
|
||||
|
||||
// 全局注册账号密码输入框
|
||||
import CredentialPopup from '@/components/CredentialPopup.vue';
|
||||
Vue.component('CredentialPopup', CredentialPopup);
|
||||
|
||||
const app = new Vue({
|
||||
...App,
|
||||
store
|
||||
|
||||
Reference in New Issue
Block a user