tiny-vue icon indicating copy to clipboard operation
tiny-vue copied to clipboard

🐛 [Bug]: vue3.4.26 select组件只能放一个Option,放多个报错

Open zhongyii opened this issue 1 year ago • 11 comments

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

zhongyii avatar May 01 '24 07:05 zhongyii

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

Issues-translate-bot avatar May 01 '24 07:05 Issues-translate-bot

@zhongyii vue新版本有一些破坏性变更,请使用 [email protected] 及以下版本。

kagol avatar May 06 '24 02:05 kagol

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.

Issues-translate-bot avatar May 06 '24 02:05 Issues-translate-bot

这个问题预计什么时候能够修复啊

falcon-jin avatar May 16 '24 13:05 falcon-jin

Bot detected the issue body's language is not English, translate it automatically.


When is this problem expected to be fixed?

Issues-translate-bot avatar May 16 '24 13:05 Issues-translate-bot

@zhongyii vue新版本有一些破坏性变更,请使用 [email protected] 及以下版本。

试了下3.4.23及以下还是不行啊

shubinla avatar Jun 07 '24 02:06 shubinla

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.

Issues-translate-bot avatar Jun 07 '24 02:06 Issues-translate-bot

@zhongyii vue新版本有一些破坏性变更,请使用 [email protected] 及以下版本。

基于【@opentiny/vue3.12.1】切换了【vue3.4.23】后可以正常运行,谢谢!

smallseapig avatar Jul 15 '24 07:07 smallseapig

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!

Issues-translate-bot avatar Jul 15 '24 07:07 Issues-translate-bot

好像 [email protected] /25/26 这3个小版本出问题了。 后续的vue版本正常。 请避免依赖它们。

不需要组件库做修改。

shenjunjian avatar Aug 01 '24 02:08 shenjunjian

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.

Issues-translate-bot avatar Aug 01 '24 02:08 Issues-translate-bot