-
dependencies:
+ @vueuse/sound 1.1.7
+ lingo3d-vue 1.0.49
+ vue 3.2.33
devDependencies:
+ @vitejs/plugin-vue 2.3.2
+ typescript 4.6.4
+ vite 2.9.8
+ vue-tsc 0.29.8
WARN Issues with pee…
-
### Environment *
`npm ls vue-gtag`:
```
-- vue-gtag@2.0.1
```
`npm ls vue`:
```
bridge.territorydashboards.app@0.1.0 C:\Users\cain.harniess\repos\New Globe\Bridge.TerritoryDashboards.A…
-
> > Client-side type checking is intentionally disabled because it is impractical due to many type errors related to the DOM and other factors.
>
> I have to disagree as a maintainer of TypeScript D…
-
### Describe the bug
There's a bug in this function:
```
isYearSelected(year) {
if (!this.isComparable()) return false;
if (this.isMultipleSelection()) {
…
-
### Version numbers:
- **CLI:** 6.5.0
- **Cross-platform modules:** 6.5.1
- **Runtime(s):**
```json
"tns-android": {
"version": "6.0.0"
},
"tns-ios": {
"version": "6.0.1"
…
-
I'm getting the error below using vue-unicons in a Nuxt project with typescript.
```
ERROR in .../node_modules/vue-unicons/src/main.d.ts …
-
I have 2 applications for my single-spa
First application webpack.config.js:
```
{
mode: vars.webpackMode,
entry: options.webpackEntries,
experiments: {
ou…
-
https://blog.vuejs.org/posts/vue-2-7-naruto.html Vue 2.7 has been released. It is the last version of Vue 2.
> As stated before, 2.7 is the final minor release of Vue 2.x. After this release, Vue …
kberg updated
1 month ago
-
Related to @graphql-codegen/typescript-vue-urql
**Current implementation**
`useQuery` from urlq supports Ref variables
(with internal MaybeRef type as `MaybeRef = T | Ref`)
see following ex…
farin updated
5 months ago
-
## Info
- Platform: Win 10 x65
- Vetur version: v0.34.1
- VS Code version: 1.60.1
- TypeScript: 4.4.3
## Problem
In a TypeScript + Vue project, it seems like Vetur caches a specific state …