07 2023 档案

摘要:vue3 const width = '500px' div { width: v-bind(width); // 也可以用引号引起来 } 阅读全文
posted @ 2023-07-13 09:42 yuhui_yin 阅读(31) 评论(0) 推荐(0)
摘要:vue2: <template v-for="(_, name) in $scopedSlots" v-slot:[name]="data"> <slot :name="name" v-bind="data"/> </template> vue3: <template v-for="name in 阅读全文
posted @ 2023-07-03 11:26 yuhui_yin 阅读(495) 评论(0) 推荐(0)