-
HI,
The checkout process all works fine, but the product quick view or product details page are empty and I see the following error in the console.
```log.js?1afd:24 [HMR] Waiting for update …
-
my Code on main.js
this is my repo: https://github.com/webszy/vite-vue2-project
```
import { createApp, h, install } from "vue-demi"
install()
```
i have run the `npx vue-demi-switch 2`,and i …
-
Version 1.1.5 is fine. But updating to either 1.2.0 or 1.2.1 results in the errors below at startup despite having this loaded in Main.ts. The console log message is displayed before the errors are d…
-
### Reproduction
vue: 2.6.14
vue-router: 3.5.2
pinia: 2.0.0-rc.13
@vue/composition-api : 1.2.4
vite : 2.5.6
```ts
// app.ts
import router from '@/router'
function initApp() {
Vue.use…
-
### Describe the bug
I followed the getting-started guide for shopware-pwa and used all the default settings for init. However I cannot it to run properly as expected. After running `yarn-dev` or `s…
-
A [project](https://github.com/Warz/nightterror) and a [plugin](https://github.com/Warz/vue-jstree). The plugin contains Composition API functions that I want to consume in my project. My project is …
-
Vue.use(VueCompositionAPI) cause my text cant be selected and all input can not focus by click
-
reproduce repo: https://github.com/sxzz/vue2-script-setup-issue
```
Issues checking in progress...
ERROR in src/main.ts:3:8
TS1192: Module '"/Users/kevin/projects/vue2-lab/src/App.vue"' has no def…
-
Thank you for bringing refSugar take2 support
I'm having some problems after upgrading to 0.5.0
1. Only after upgrading the version I get this error
```
Uncaught ReferenceError: defi…
-
Version 1.0.2 works fine in my project, but when I tried to go to 1.0.3 I get this
"[vue-composition-api] must call Vue.use(VueCompositionAPI)"
I've tried adding this at the top of main.ts
…