We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template literal strings within the SFC template section show error "cannot find name teminsert various characters here. Vetur (2304)".
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue!
Here is simplified repro.
<template> <div :title="`${test}`" /> </template> <script lang="ts"> import Vue from 'vue' export default Vue.extend({ data() { return { test: 'hi' } } }) </script>
Sorry, something went wrong.
ktsn
Successfully merging a pull request may close this issue.
Info
Problem
Template literal strings within the SFC template section show error "cannot find name teminsert various characters here. Vetur (2304)".

Reproducible Case
The text was updated successfully, but these errors were encountered: