|
@@ -1,4 +1,6 @@
|
|
-Vue.component('login',{
|
|
|
|
|
|
+$(document).ready(function () {
|
|
|
|
+
|
|
|
|
+ Vue.component('login',{
|
|
template:`
|
|
template:`
|
|
<div type="login" v-on:click="on.button.exit()" v-bind:style="style.box" align="center">
|
|
<div type="login" v-on:click="on.button.exit()" v-bind:style="style.box" align="center">
|
|
<div v-bind:style="style.frame">
|
|
<div v-bind:style="style.frame">
|
|
@@ -211,4 +213,8 @@ Vue.component('login',{
|
|
};
|
|
};
|
|
}
|
|
}
|
|
});
|
|
});
|
|
-
|
|
|
|
|
|
+ new Vue({
|
|
|
|
+ el:'#div'
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ })
|