-
### Environment
- Operating System: `Windows_NT`
- Node Version: `v17.0.1`
- Nuxt Version: `2.16.0-27273615.ab1c6cb4`
- Package Manager: `yarn@1.22.15`
- Bundler: `Webpack`
- U…
-
`reactive(new Map());`
It is inconsistent with the behavior in "vue3".
```js
import VueCompositionAPI, { reactive, watch } from "@vue/composition-api";
import Vue from "vue";
Vue.use(VueComp…
-
## Issue
My app breaks when adding any library that has `vue-demi` as a dependency, as it adds `@vue/composition-api` code to the final bundle, although I declared `@vue/composition-api` as external.…
-
Since adding this library and using the dev tools I see "Error: Timed out getting app record for app at backend.js:1160:14" after 60 seconds and it fills and spams the console. Not sure if it is a dev…
-
Jest test to reproduce the issue.
The following test passes in v1.0.3 but fails since v1.1 (I tested with v1.1.5, 1.2, 1.3 and 1.4.0)
Vue version: 2.6.14
```typescript
import VueCompositionA…
zorji updated
2 years ago
-
Hi !
I'm using vue-sfc-rollup (@4.1.1) to generate a lib of core components to be used by multiple projects. I launched the build, and imported the newly generated library in another Nuxt project, …
-
使用watch时,利用vue-cli-service打包组件后,引入打包后的js,使用组件会出现错误。
控制台错误信息如下:
TypeError: Cannot read properties of null (reading 'config')
at rt (umd.min.js?7d15:102)
at Bt (umd.min.js?7d15:102)
…
-
**Describe the bug**
I am trying to generate types for a Vue 3 Apollo client. The generated types.ts file has 3 errors reported in VS Code:
**Error 1**
ERROR in src/generated/graphql.ts:3:36
T…
-
I'm loading `vue` and 2 of my own component libraries `package-a` and `package-b` via requirejs. Both of my component libraries bundle `@vue/composition-api`, and install the plugin:
```js
import …
-
## Describe the bug
```
[Vue warn]: Error in data(): "Error: [vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function."
found in
--->
```
```
Error…