var app = new Vue({
el: '#app',
data() {
return {
}
},
methods: {
},
created() {
}
});
<div id="app">
<template>
<div>
</div>
</template>
</div>