-
Hi guys, I'm facing an issue with the active state not updating when clicking a menu item when the sidebar is open, i.e., not collapsed.
When the item is clicked, the active state remains unchanged.…
-
[Vue 2 will reach End of Life (EOL) on December 31st, 2023](https://v2.vuejs.org/lts/).
[HeroDevs’ NES (Never-Ending Support) for Vue 2](https://www.herodevs.com/support/nes-vue?utm_source=vuejs-org&…
-
How can I embed Vue 2 into a component as a module?
-
Hi !
While re-working an old project, I've tried to include the library in a vue2 project without success. I know vue2 is EOL and not maintained anymore but as the readme stated that the lib was wo…
-
Is it possible to update the vue-component to be able to choose between the vue2 or vue3 leaflet wrapper ?
-
-
# Vue2에서 Vue3로 마이그레이션 가이드 | 카야 개발 블로그
Vue2 안녕...!
[https://kayaa.vercel.app/vue3-migration/](https://kayaa.vercel.app/vue3-migration/)
-
- 多选开发平台
- 多选模块,pinia, sass, vuex, vue-i18n, vue-router
- 代码格式单选eslint, biome
- 是否使用typescript
- 是否vue2
- 是否自动化test
-
demo 已经有了: https://github.com/umijs/qiankun/tree/master/examples/vue3 ,vue3 和 vue2 的改动不是特别大,所以教程没有写
_Originally posted by @gongshun in https://github.com/umijs/qiankun/issues/1993#iss…
-
## JSX
### 使用slot插槽
```jsx
// 方案一
{
return (
{row.node.raw.label}
)
}
}}
/>
// 方案二
{
return (
{row.…