摘要: 组件模板的分离写法 ### script标签 ​ 使用`script`标签定义组件的模板,`script`标签注意类型是`text/x-template`。 ```html <!-- 1.script标签注意类型是text/x-template --> <script type="text/x-te 阅读全文
posted @ 2021-04-24 10:15 好吗,好 阅读(55) 评论(0) 推荐(0)