-
`app.use(pinia)` gives me Typescript error.
Code example:
```Ts
import { createApp, registerElement } from 'nativescript-vue'
import { createPinia } from 'pinia'
const app = createApp(App)
…
-
I'm trying to resolve an issue similar to [#8286](https://github.com/vuejs/core/issues/8286), but with no success.
`@vue.ts/complex-types` plugin does not fix the compiler error. Tried both in Vite…
-
### NutUI 包名
@nutui/nutui-taro
### NutUI 版本号
4.3.13
### 平台
h5
### 重现链接
@nutui/nutui-taro
### 重现步骤
taro 4.0.5
使用 taro init myapp
vue3
sass
webpack5
### 期望的结果是什么?
浏览器能正常打开使用
### 实际的结果是…
-
Could not find a declaration file for module 'vue-smart-widget'. 'D:/svn/owner/jyh/2023/survey/pure-admin-thin-main/node_modules/.pnpm/vue-smart-widget@1.0.0-alpha.1/node_modules/vue-smart-widget/lib/…
-
- [x] I'm sure this does not appear in [the issue list of the repository](https://githubfast.com/arco-design/arco-design-vue/issues)
## Basic Info
- **Package Name And Version:** @arco-design/web…
-
It is not clear whether vue-eslint-parser supports eslint 9's [flat configuration](https://eslint.org/docs/latest/use/configure/migration-guide#start-using-flat-config-files), but the current issue I …
ajmas updated
1 month ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
```
node_modules/nuxt-authorization/dist/runtime/components/Can.vue:10:48 - error TS2345: Argument of type 'Ability extends { original: (user: any, ...args: infer Args) => import("D:/Trabajo/NFC/webs…
-
I have the following compilation error when running `npm run build` in a fresh Vue app:
```
src/App.vue:21:26 - error TS7016: Could not find a declaration file for module '@vueuse/sound'. 'C:/[...…
-
I'm trying to do the integration with:
```
export default defineConfig({
plugins: [
vue(),
VitePWA({
registerType: 'autoUpdate',
devOptions: {
enabled: true,
…