Browse Source

更新 'vue-module.js'

WXT往昔 2 years ago
parent
commit
22f3e06cff
1 changed files with 6 additions and 2 deletions
  1. 6 2
      vue-module.js

+ 6 - 2
vue-module.js

@@ -1,4 +1,6 @@
-//登录组件 login
+$(document).ready(function(){
+
+  //登录组件 login 
 Vue.component('login',{
                     template:`
             <div type="login" v-on:click="on.button.exit()" v-bind:style="style.box" align="center">
@@ -529,4 +531,6 @@ Vue.component('logon',{
 //启用组件
                 new Vue({
                     el:'#ifame'
-                })
+                })
+                
+})