Vue
Fort_111
这个作者很懒,什么都没留下…
展开
-
Vue v-model原理
VUE v-model原理原创 2022-04-03 23:22:27 · 757 阅读 · 0 评论 -
VUE插槽/插槽传参
父组件<template> <Son> <template slot-scope="scope"> //scope 所有数据 {{scope.data}} //'传传传传传' </template> <template slot="slots" slot-scope="scope"> //具名插槽 {{scope.msg}} //'参参参参参' </template> .原创 2022-04-03 19:49:03 · 6046 阅读 · 0 评论 -
VUE过滤
filters:{ text(key){ var keyObj ={ allowRefund: '认证', buyout:'上市', cityCardTag: "城市名片", deal: "政策", endorse:"促销", hallTypeVOList: "人气", sell: "销量", snack: "小吃", .原创 2022-03-31 22:36:32 · 137 阅读 · 0 评论 -
Vue组件传值
Vue组件传值原创 2022-02-24 23:10:29 · 436 阅读 · 0 评论