-
Bonjour Valentin,
Je vais te faire un retour sur l'utilisation du design-system/vue-dot/sk-bridge/migration en essayant qu'il soit le plus constructif possible et ça sera de mémoire car je n'ai pas n…
-
from the issue # 7597 i never get what the solution is to this problem. i added latest @babel/Core my Babel version is 7.6.0. in depth list and Bebel config is given below. none of the configuration i…
-
### Problem to solve
VDatePicker in Vuetify 2 had a type property that could be set to "month" to show a month selection instead of a calendar date selection. VDatePicker in Vuetify 3 does not seem t…
-
laravel/framework : "^8.12",
- Laravel Mix Version: 5.0.9
- Node Version 17.7.0
- NPM Version 7.4.3
- OS: nginx
### Description:
/var/www/html/erp/node_modules/webpack-cli/bin/cli.…
-
https://yuche.github.io/vue-strap/ page doesn't open with neither IE version.
Console errors:
```
SCRIPT5022: Exception thrown and not caught
build-docs.js (732,14)
```
![image](https://cloud.githu…
-
https://github.com/QingWei-Li/vue-tricks (实用技巧 👍 💯 )
https://defed.github.io/categories/Vue/ (Vue源码解读)
https://github.com/NoDivide/astrum , http://astrum.nodividestudio.com/pattern-library/ (A l…
-
### Version
4.5.8
The problem appears to have been introduced starting in `@vue/cli-service@4.2.0`. HMR still works in `@vue/cli-service@4.1.2`
### Environment info
```
System:
OS: Linu…
sdwru updated
3 years ago
-
I imported CKEditor in main for global as
```typescript
import CKEditor from "@ckeditor/ckeditor5-vue2";
Vue.use(CKEditor)
```
In a local file
```javascript
import ClassicEditor from "@ck…
-
- [ ] packages/buefy-next
- [x] tsconfig.json
- [x] rollup.config.mjs
- [x] Configure ~~jest~~ Vitest
- [x] Generate type declaration (`*.d.ts`) and rollup (`buefy.d.ts`)
- [x…
-
Hi,
I was upgrading my code from `0.9.7` to `1.0.1` and as soon as I get on the 1.0.x version, the default importing as a Vue plugin stops working.
Simplified code:
```
import Vue from 'vue'
…