-
### Clear and concise description of the problem
Hello!
Lately as our codebase has grown bigger and bigger over the last months we've been experiencing slow page reloading using Vite.
That is no…
-
## Blocked by
https://github.com/learningequality/kolibri-design-system/issues/439
## Context
[Vue Testing Library](https://testing-library.com/docs/vue-testing-library/intro) is a lightweight …
-
🌱 **Are you new to the codebase? Welcome and please see [the contributing guidelines](https://github.com/learningequality/studio/blob/unstable/CONTRIBUTING.md).**
## Expected behavior
Whenever r…
-
### Current Behavior
Installed the widget, added it to the flow and configured it (URL). After deploying changes, the dashboard does not show the iframe content and in the browser console I can see t…
-
### Is your feature request related to a problem? Please describe.
vitepress is currently not capable enough for developing component libraries. While it is fast, it lacks something. We may be able…
-
### What happened?
I am creating a app extension where the quasar notify method will be implemented as a utility file for all projects to utilise. I received the following error when I was using Vite…
-
## Summary
To be able to define component props with class properties. You can use `prop` helper to specify detailed prop options:
```js
import { Vue, prop } from 'vue-class-component'
// De…
-
### Related plugins
- [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue)
- [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/pl…
-
# Description
After ditching Nuxt and upgrading to Vue3, migrate bundler to use Vite to reduce development time and improve DX.
**Important:** [Vite is the default choice for the ecosystem, while …
-
### Current behavior
### Context
Unable to mount any JSX components in the latest minor version of Vue (using Vite JSX transform). Vue 2.7 is critical in the upgrade path for all Vue users trying …