Vue.component('consultation-list', { template: '', data: function() { return { chatList: "" } }, methods: { viewDetail: function(id) { top.layer.open({ type: 2, maxmin: true, area: ['600px', '360px'], shadeClose: true, content: 'ddd' }); } }, mounted: function() { var Request = GetRequest(), vm = this; } })