//------------------------------------------------------------------------------
let $$vue,$$sendInput201,$$sendInput202,$$sendInput203,$$sendInput204,$$sendInput205,$$init;
document.addEventListener('DOMContentLoaded', function() {
$$vue = new Vue({
el : '#middle',
data : store,
methods : methods,
});
});
//------------------------------------------------------------------------------
//HTML読み込み完了+WebSocket接続完了時
//------------------------------------------------------------------------------
Tack.ready(function() {
setInterval(function() {
$$init.get();
}, 3000);
// 初期表示要求
$$init = Tack.bind({
oncompile : {
after : function() {
this.vue = $$vue;
},
},
selector : {
key : '0_MM16/101@C=' + common.clientid
},
binding : {
data : store
},
onmessage : {
after : function() {
store.initcount++;
Tack.bind({
oncompile : {
after : function() {
this.vue = $$vue;
}
},
selector : {
key : this.selector.key.replace(/@.*/, '')
},
binding : {
data : store
},
addition : {
get : {
getonly : true
}
},
});
},
},
});
网友评论