-
-
Notifications
You must be signed in to change notification settings - Fork 465
Labels
good reproduction ✨This issue provides a good reproduction, we will be able to investigate it firstThis issue provides a good reproduction, we will be able to investigate it first🍰 p2-nice-to-have
Description
Vue - Official extension or vue-tsc version
3.0.1
VSCode version
1.102
Vue version
3.15.17
TypeScript version
5.8.3
System Info
package.json dependencies
Steps to reproduce
<template>
<div>
{{ name }}<!--
^? -->
</div>
</template>
<script setup lang="ts">
import { ref } from "vue";
const name = ref('');
</script>
What is expected?
in v2, the twoslash comment query could retrieve type inferences.

What is actually happening?
The query result is none.
Link to minimal reproduction
No response
Any additional comments?
Metadata
Metadata
Assignees
Labels
good reproduction ✨This issue provides a good reproduction, we will be able to investigate it firstThis issue provides a good reproduction, we will be able to investigate it first🍰 p2-nice-to-have