question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unexpected Vetur error messages

See original GitHub issue
  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • 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:

Screen Shot 2019-04-24 at 12 26 41 PM

Reproducible Case

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:38
  • Comments:27 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
ktsncommented, Apr 24, 2019

I already made a PR #1222.

6reactions
dukferradjcommented, Apr 24, 2019

@aljaxus In your settings.json file you can add "vetur.experimental.templateInterpolationService": false

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found