-
ts vue3 node v16.14.2 引入之后就报错:
import { Workbook } from 'xmind';
console.log("🚀 ~ file: index.vue:4 ~ Workbook:", Workbook)
报错‘TpeError: Class extends value undefined is not a constructor or…
-
I'm importing Vuex and calling `Vue.use(Vuex)` but still getting this error
-
Nuxt with vite gives this error.
```
This version of postcss-preset-env is not optimised to work with PostCSS 8.
Please update to version 7 of PostCSS Preset Env.
```
```
"dependencies": {…
-
https://forum.vuejs.org/t/how-to-completely-reset-the-vuex-store/13611
https://stackoverflow.com/questions/42295340/how-to-clear-state-in-vuex-store
-
### NutUI 包名
@nutui/nutui-taro
### NutUI 版本号
"@nutui/nutui-taro": "^4.3.7",
### 平台
h5
### 重现链接
https://nutui.jd.com/playground/#eyJBcHAudnVlIjoiPHRlbXBsYXRlPlxuICAgIDxkaXYgY2xhc3M9XCJkZW1vLWxpc…
-
Hi,
When I add this package, the linter indicates a problem on "export":
" Parsing error: Using the export keyword between a decorator and a class is not allowed. Please use `export @dec class` in…
-
### Reporting a bug?
I'm not using `globalInjection`, but the typing for this library is adding some properties to `ComponentCustomProperties`, and this is causing problems for me. I want to inject…
-
### Environment
- Operating System: `Windows_NT`
- Node Version: `v20.11.0`
- Nuxt Version: `3.14.159`
- CLI Version: `3.15.0`
- Nitro Version: `2.10.4`
- Package Manager: `pnpm@9.12…
-
how to use vuex-persist and @nuxtjs/auth I can't login when I implement nuxt plugin
```
import VuexPersistence from 'vuex-persist'
export default ({ store }) => {
window.onNuxtReady(() => {
…
Qanah updated
2 years ago
-
I have imported the 3 lines into main.js
> import GoogleAuth from 'vue-google-auth'
> Vue.use(GoogleAuth, { client_id: 'myjibberish-xfewerwe.apps.googleusercontent.com' })
> Vue.googleAuth().l…