You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template><!-- Error: 'v-model' directives require the attribute value which is valid as LHS. --><inputv-model="a as string" /></template><scriptsetuplang="ts">import{ref}from"vue"consta=ref<string|number>()</script>