let app = new Vue({ el: '#app', data() { return { } }, created() { }, beforeDestroy() { }, mounted() { }, methods: {}, })