@@ -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'
})
-})
+