摘要: new Vue({ el: '#app', i18n, store, router, data () { return { address:'' } }, components: {App}, template: '<App/>', mounted () { window.vue = this }, 阅读全文
posted @ 2022-07-09 17:39 Python喵 阅读(2514) 评论(0) 推荐(0) 编辑