摘要: 创建 创建应用 const app = Vue.createApp({ /* 选项 */ }) 链式 Vue.createApp({}) .component('SearchInput', SearchInputComponent) .directive('focus', FocusDirectiv 阅读全文
posted @ 2021-04-24 22:34 Zeiion 阅读(1056) 评论(0) 推荐(0)