摘要: 1 匿名插槽(默认) 1.1 父组件 <template> <div> <div>父</div> <son>这个就是插入的内容</son> </div> </template> 1.2 子组件 <template> <div> <div>子</div> <slot></slot> </div> </ 阅读全文
posted @ 2021-06-10 17:36 不叫一日闲过 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 声明 引自 https://blog.csdn.net/Ajia_666/article/details/104930202 目标: 实现js文件双引号自动格式化成单引号 在根目录下创建名为 .prettierrc.json 的文件, 内容为 { "singleQuote": true, "semi 阅读全文
posted @ 2021-06-10 10:31 不叫一日闲过 阅读(1361) 评论(0) 推荐(0) 编辑