tiny-vue
tiny-vue copied to clipboard
🐛 [Bug]: vue3.4.26 select组件只能放一个Option,放多个报错
Version
3.15.0
Vue Version
3.4.26
Link to minimal reproduction
const options = ref([ { value: '选项1', label: '黄金糕', icon: iconFile() }, { value: '选项2', label: '双皮奶', icon: iconFile() }, { value: '选项3', label: '蚵仔煎', icon: iconFile() }, { value: '选项4', label: '龙须面', icon: iconFile() }, { value: '选项5', label: '北京烤鸭', icon: iconFile() } ]) 报错runtime-core.esm-bundler.js:3160 Uncaught (in promise) TypeError: Cannot assign to read only property '__v_skip' of object '#<Object>'
Step to reproduce
报错runtime-core.esm-bundler.js:3160 Uncaught (in promise) TypeError: Cannot assign to read only property '__v_skip' of object '#<Object>'
What is expected
No response
What is actually happening
No response
What is your project name
test
Any additional comments (optional)
No response
Bot detected the issue body's language is not English, translate it automatically.
Title: 🐛 [Bug]: vue3.4.26 select component can only put one Option, if you put multiple Option, an error will be reported
@zhongyii vue新版本有一些破坏性变更,请使用 [email protected] 及以下版本。
Bot detected the issue body's language is not English, translate it automatically.
@zhongyii The new version of vue has some destructive changes, please use [email protected] and below.
这个问题预计什么时候能够修复啊
Bot detected the issue body's language is not English, translate it automatically.
When is this problem expected to be fixed?
Bot detected the issue body's language is not English, translate it automatically.
@zhongyii The new version of vue has some destructive changes, please use [email protected] and below.
I tried 3.4.23 and below but it still doesn’t work.
@zhongyii vue新版本有一些破坏性变更,请使用 [email protected] 及以下版本。
基于【@opentiny/vue3.12.1】切换了【vue3.4.23】后可以正常运行,谢谢!
Bot detected the issue body's language is not English, translate it automatically.
@zhongyii The new version of vue has some destructive changes, please use [email protected] and below.
After switching to [vue3.4.23] based on [@opentiny/vue3.12.1], it can run normally, thank you!
Bot detected the issue body's language is not English, translate it automatically.
It seems that there is a problem with these three minor versions of [email protected] /25/26. Subsequent Vue versions are normal. Please avoid relying on them.