Top "Vetur" questions

How disable eslint warning for a specific line in a template in a .vue file in VS Code

I would like to dismiss this error on my vue file I am trying to add this processor line <!…

vue.js visual-studio-code eslint vetur
How to prevent VS Code from breaking up long HTML lines into multiple lines?

When my elements with attributes get long, VS Code seems to break the line up into multiple lines: (I would …

html visual-studio-code vuejs2 formatting vetur
ionic - `slot` attributes are deprecated - eslint-plugin-vue

I am getting following error in VS Code: [vue/no-deprecated-slot-attribute] `slot` attributes are deprecated. eslint-plugin-vue I have these two plugin …

javascript vue.js ionic-framework eslint vetur
How to reformat a Vue.js component in vscode?

I use Visual Studio Code to code a Vue.js component and need to reformat the code of that component. …

vue.js visual-studio-code vue-component code-formatting vetur
How to set vscode format Vue template automatically on save?

I've modified the settings.json file, but it doesn't work. Here it is: { "eslint.autoFixOnSave": true, "vetur.format.defaultFormatter.html":"…

vue.js visual-studio-code vetur
VSCode Syntax Highlighting not working with Vue / Vetur

For the last week or so, every .VUE file I work with has no syntax highlighting. I usually have the …

vue.js visual-studio-code vscode-settings vetur
How to fix "Property XX does not exist on type 'CombinedVueInstance" errors in VSCode? (Vue with Typescript)

VS Code is reporting a lot of problems/red lines when editing my Vue Typescript files: Example error: [ts] Property …

typescript vue.js visual-studio-code vetur