-
Dear @sreenaths ,
How can i add vue-x, vue-router to adapted with this library ?
My example code:
```javascript
import {
createApp,
h
} from 'vue'
import App from '~/App.vue';
i…
-
It's nice someone have taken up the torch to keep the sortablejs library available and updated for vue3, but is there no way you could introduce v-model binding?
The amount of boilerplate you have …
-
@nextcloud-libraries/developers The vue3 `next` branch needs some love. There hasn't been a release since Jul 16, corresponding to `nextcloud/vue@8.14.0` (we are at `nextcloud/vue@8.19.0` already). Th…
-
I've been having a difficult time working out how to build a universal component library with SFCs that can be used by both Vue2 and Vue3 apps bundled together in a Yarn 3 workspaces monorepo.
I h…
-
e.g.: https://github.com/cylc/cylc-ui/pull/1318
kinow updated
2 months ago
-
I tried to implement jest for testing of a components library I'm currently building (Vite + Vue3 + Rollup) but I'm running in to some issues.
` FAIL src/lib-components/FTButton.test.js
● Test …
-
## 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…
-
**Describe the bug**
Writing stories involving Vue 3 plugins is made difficult by the reusing of the underlying app instance between stories. A typical usecase is to mock the vuex store and the route…
-
There are lots of apps based on vue2 which the maintainers want to migrate to vue3. It would be nice if there was an example where the home app is a vue2 app and the remote app a vue3 app.
-
I am currently experienced the following error when running my unit tests:
` ReferenceError: Vue is not defined
`
```
> 10 | import hljsVuePlugin from '@highlightjs/vue-plugin';
…