-
I wanted to know what changes need to be made to my tsconfig and systemjs config if I'm using TypeScript + SystemJS and NOT "webpack + es2015 module loader"? As of now Vue is resolving for me with th…
-
### Clear and concise description of the problem
I've documented the full issue [here](https://github.com/vuejs/core/issues/8576). Essentially, TypeScript is not mapped consistently in the case of op…
-
### Vue - Official extension or vue-tsc version
vue-tsc 2.0.29
### VSCode version
latest
### Vue version
3.4.32
### TypeScript version
5.5.3
### System Info
```shell
System:
OS: Windows 10…
qmhc updated
2 months ago
-
### Version
3.2.26
### Reproduction link
https://cdn.jsdelivr.net/npm/vue@3.2.26/dist/vue.d.ts
### Steps to reproduce
Go to https://cdn.jsdelivr.net/npm/vue@next/dist/ download vu…
-
### Description
Using this as a template for building out the structure of a tutorial series for Dashboard 2.0:
```[tasklist]
### Basics
- [x] Installation & First Dashboard - https://youtu.be…
-
I added vue-gtag-next in vue3 TS as following
- in main.ts
```
import VueGtag from "vue-gtag-next";
app.use(VueGtag, {
config: { id: "268346821" }
});
```
and it causes following err…
-
### Environment
- Operating System: Windows_NT
- Node Version: v20.12.2
- Nuxt Version: 3.10.3
- CLI Version: 3.10.1
- Nitro Version: 2.9.1
- Package Manager: pnpm@8.3.1
- Bu…
-
I am using https://github.com/nuxt/vercel-builder
and this is what I get in the logs
![image](https://user-images.githubusercontent.com/4195550/140533696-17a5aa62-8eb1-439b-8891-478ec2623948.png)
…
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
## In…
ghost updated
5 years ago
-
Dynamic module doesn't work for me this is my configurations
**store/index.ts**
```
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({})
```
**s…