Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用本地组件的数据属性绑定外部组件的v-model
v-model
例如我有这个组件
<publish-blog> <VueTrix v-model="form.editorContent"> </publish-blog>
所以form.editorContent那里指的是publish-blog组件的 form.editorContent 内部数据,我该怎么做?
form.editorContent
publish-blog