Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
hello-uvue
/
pages
/
component-instance
/
options
/
mixins.uts
下载
wangzhenyu66
refactor(component instance): options
8875de26
创建于
2024年4月15日
历史提交
export default defineMixin({ data() { return { str: 'str in mixin data', } } })