不知道这是不是一个bug #7916
Closed
longit123
started this conversation in
General Discussions
不知道这是不是一个bug
#7916
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
说明:子组件接收父组件的reactive,如果不小心又包裹了一层reactive,dev和build环境却不同;
https://stackblitz.com/edit/vitejs-vite-ujmohi?file=src/components/Child.vue
如果input的v-model设置为data.text,则dev没问题,但build后却会报错
如果input的v-model设置为data.value.text,则build没问题,但dev却会报错
Beta Was this translation helpful? Give feedback.
All reactions