-
The documention precise how to use vuejs3-logger outside of components, but I get an error when trying to use it outside (vuex store):
```
Vue warn]: inject() can only be used inside setup() or fu…
-
**I'm submitting a ...** (check one with "x")
```
[] bug report => see 'Providing a Reproducible Scenario'
[] feature request => do not use Github for feature requests, see 'Customers of ag-Gr…
-
### Current behavior
Whether I manunally install `@cypress/vue` or add it through `vue-cli`, tests do not run with my current configuration due to various different loader errors
### Desir…
-
As the docs say we should use ` await store.restored;` in the router guard when we use `localforage`, everything is working, but the is an error which says ` Property 'restored' does not exist on ty…
-
### Reproduction
https://codesandbox.io/p/sandbox/restless-sun-to46zm?file=%2Fsrc%2FApp.vue
### Steps to reproduce the bug
It occurs with `vue@2.7` and `pinia@2.0.33`
When visiting the pag…
-
import { onMounted } from 'vue'
import { useStore, mapState, mapMutations } from 'vuex'
let store=useStore()
const count=store.state.count
let { increment }=mapMutations({increment:'inc…
-
(Outline WIP available [here](https://github.com/StateOfJS/StateOfJS-Vulcan/blob/master/packages/stateofjs/lib/surveys/yml/js2021outline.yml)).
## Deletions
The two big changes I'm planning are…
-
### Reporting a bug?
Hi,
Thanks for this great package.
I'm running into an issue on a project with Vue 3 and Vite. You'll find my package.json below.
When I run a `yarn build` (which basicall…
-
I try to migrate my project from vue2 to vue3, but autoImport not work
vue3 + vuetify 3 + typescript + webpack
plugins/vuetify.ts
```
import { createVuetify } from 'vuetify';
// import * as dir…
-
### Versions
- nuxt: 2.15.8
- node: v16.15.1
### Reproduction
Create a plugin with Typescript and add it via a module with the following code:
```
this.addPlugin({
src: path.resolve…