摘要: VueComponent构造函数 是Vue.extend(options)返回值,每次都返回一个全新的 VueComponent(options)构造函数 其中options是 组件配置对象 > {data,methods,computed....} 1.定义组件 const School = Vu 阅读全文
posted @ 2022-07-31 14:52 ycccc丶 阅读(68) 评论(0) 推荐(0) 编辑
//背景线条