Unexpected Vetur error messages
See original GitHub issueInfo
- Platform: macOS
- Vetur version: 0.19.0
- VS Code version: 1.33.1
Problem
<template>
<v-container grid-list-lg>
Nice
</v-container>
</template>
<script lang="ts">
import Vue from 'vue';
import { VContainer } from 'vuetify/lib';
export default Vue.extend({
components: {
VContainer,
},
});
</script>
The above component causes the error below:
Reproducible Case
Issue Analytics
- State:
- Created 4 years ago
- Reactions:38
- Comments:27 (4 by maintainers)
Top Results From Across the Web
Unexpected closing tag - Vetur extension
Im getting a pop up error for the vetur extension in vscode. enter image description here. when i save a file. I couldn't...
Read more >Linting / Error Checking | Vetur - GitHub Pages
Vetur has error checking for the following languages: ... You can selectively turn error checking off by vetur.validation.[template/style/script] . # Linting.
Read more >vuejs/vetur (Raised $789.00)
Getting Vetur error when using //@ts-check with Nuxt asyncData in Vue Component. Unfunded#1435created bymrwwalmsley. $0.00.
Read more >SyntaxError: unterminated string literal - JavaScript | MDN
The JavaScript error "unterminated string literal" occurs when there is an unterminated ... String literals must be enclosed by single (') or double...
Read more >Vetur error with finding tsconfig.json or jsconfig.json-Vue.js
Related Query · Vetur error with finding tsconfig. · "Unexpected identifier" error in Javascript when trying to parse JSON with escaped single quote...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I already made a PR #1222.
@aljaxus In your settings.json file you can add
"vetur.experimental.templateInterpolationService": false