-
### Vue - Official extension or vue-tsc version
2.0.28
### VSCode version
1.92.0-insider (22e3447)
### Vue version
3.4.33
### TypeScript version
5.5.4
### System Info
```she…
-
### What problem does this feature solve?
it seems that we must create type for a componet when use `defineExpose` in typescript , and we can get type hint.
```typescript
// src/types/index.ts
…
-
I'm currently trying to configure neogen to generate jsdoc comments for a vue project, I've tested that neogen works fine in js, ts, jsx, tsx so the plugin does work fine for those file types.
When…
-
this's package.json form `npm create vue@legacy`
```json
{
"name": "xxxx-xxxx-xxxx",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"…
-
```bash
yarn add --dev @types/fslightbox-vue
error An unexpected error occurred: "https://registry.yarnpkg.com/@types%2ffslightbox-vue: Not found".
```
Any chance of getting type definitions for…
-
Hi, i have an problem with typescript in vue3 composition api for build.
```
There are types at '/home/serii/Sites/vue/vue-silcompa/node_modules/vue3-recaptcha2/dist_types/index.d.ts', but this re…
-
# 依赖
```json
{
"name": "computing-platform",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"sea": "vite --mode sea",
"build": "vue-…
-
#### Is your feature request related to a problem? Please describe.
HI everyone, thank you for the this lib! Not related to a problem, but rather an inconvenience. I notice that on the index.d.ts…
-
function makeEditable(row: Row, col: ColumnType) {
if ([UITypes.SingleSelect].includes(col.uidt as UITypes)) {
return
}
return (editEnabled.value = true)
}
**The above code is still editab…
-
When using a generic type that extends boolean I find the interaction confusing. I am not 100% sure that this is a language-tools issues or rather Vue issue, but I will try to give some reasoning to w…