摘要: https://cn.vuejs.org/guide/introduction.html#what-is-vue 简介 import { createApp } from 'vue' createApp({ data() { return { count: 0 } } }).mount('#app' 阅读全文
posted @ 2023-06-28 10:33 噬蛇之牙 阅读(458) 评论(0) 推荐(0) 编辑