-
Any plans of Vue 3 support?
-
## Overview
[Migration docs](https://v3.vuejs.org/guide/migration/migration-build.html#overview)
### Requirements
- [ ] Update Bootstrap Vue for Vue 3
- [ ] Add emits property for custom compone…
-
Hi @megurock!
Do you plan to bring this extension to Vue3?
Best regards
-
### Announcement
Working Branch: https://github.com/nextcloud/polls/tree/next
Releases: https://github.com/nextcloud/polls/releases
-
How can I use this with Vue 3 to test on codepen?
-
Vue 3
I need to use router-link in formatter.
Right now I am using the following function:
```
interface FormatterComponentOptions {
// parent?: any,
props: Record,
template: string
…
-
I kept getting all sorts of errors installing on Vue because I was getting confused with the documentation.
For posterity, and in the hope that it may help somebody someday, here's what I did to make…
vsojo updated
12 hours ago
-
**Is your feature request related to a problem? Please describe.**
Vue 3 Migration of our own extensions, such as:
- [x] Elemental: https://github.com/rancher/elemental-ui https://github.com/rancher…
-
Are there any plans to release an update for the upcoming Vue 3?
Thanks for the great component 😄
-
### Version
```sh
mac m1pro
chorme
rsbuild最新版本
```
### Details
我用rsbuild新建的vue3模板,热更新是对当前页面的全量替换,不会保留当前页面的state,我只是在template里面更新了ui,script里面的state都会重新初始,感觉这样体验很不好,这一点的表现和webpack,vite都有所不同。复现仓库链接…