摘要: 一、视图组件 模板如下,export default例举了常用的对象。style的scoped属性是为了防止组件之间的样式污染,还有lang属性是预编译相关的东西 <template></template> <script> export default { data() { return {} } 阅读全文
posted @ 2021-12-08 21:50 whitewall 阅读(211) 评论(0) 推荐(0)