随笔分类 -  vue

摘要:受html语法限制,ul、table、select等元素只能包涵特定的子元素 <ul> <li></li> </ul> 用以下方法渲染会报错 <ul> <my-component></my-component> <my-component></my-component> </ul> 于是用is属性可 阅读全文
posted @ 2020-01-09 16:11 该刮胡子了 阅读(2017) 评论(0) 推荐(2)