when use custom v-model (with <script setup> style),it goes well in dev env,but may occur error:modelValue is undefined in production env
Version
3.2.31
Reproduction link
Steps to reproduce
(1)create a vue3 project with vite; (2)write a parent component and a child component in