-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi, I must have misunderstood something
but this doesn't work for me (in playground)
types and autocompletion and syntax highlighting for const x are wrong (both in script and template)
<script lang="ts" setup>
import { ref } from 'vue'
export interface XX {
a: string
}
const msg = ref('hello world')
const x = ref<XX>({ a: 'X' } as XX)
</script>
<template>
<div :value="x.a">{{ x.a }}</div>
</template>
Metadata
Metadata
Assignees
Labels
No labels