This commit is contained in:
2018-11-04 16:29:30 +08:00
parent d16a2fabcf
commit 05f2fc36bc
5 changed files with 100 additions and 148 deletions

View File

@@ -18,12 +18,15 @@
</template>
<script>
export default {
data() {
return {
msg: "Welcome to Your Vue.js App"
};
},
mounted: function() {
console.log("mounted");
}
};
</script>