在线时间:8:00-16:00
132-9538-2358
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
生成 prop 默认值的工厂函数不再能访问 this。
this
替代方案:
import { inject } from 'vue' export default { props: { theme: { default (props) { // `props` 是传递给组件的原始值。 // 在任何类型/默认强制转换之前 // 也可以使用 `inject` 来访问注入的 property return inject('theme', 'default-theme') } } } }
评论
今天小编告诉大家如何对win10系统删除桌面回收站图标进行设置,可能很多用户都不知道
请发表评论