vue文档写得我头都大了...组件props那块儿真的要好好梳理下,不然新人看得一脸懵逼
js
props: {
title: String,
content: {
type: Object,
default: () => ({})
}
}
登录/注册