Browse Source

更新 'vue-module.js'

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

+ 2 - 6
vue-module.js

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