No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Property 'all properties, variables, etc' does not exist on type 'CombinedVueInstance<

    Framework
    2
    3
    1060
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Pedro last edited by

      I was working on a project for the last months. Yesterday I closed VSCode and today when I opened it, it shows lots of Vetur errors.
      Property ‘lclRelatorio’ does not exist on type 'CombinedVueInstance<
      I didn’t change nothing.
      I saw some people questions about this on internet and possible reason could be typescript support. I don’t have typescript on theis project.
      Another solution I saw, said to change the ‘End of Line Sequence’ on VSCode. Didn’t work.

      The extensions I have installed on my VsCode are :
      Dart, ESLint, Flutter, HTML BoilerPlate, PHP Debug, Vetur, vue, Vue 2 Snippets, Vue VSCode Snippets.

      That’s strange because i didn’t upgrade nothing or changed any config files on project or VSCode since yesterday.

      Somebody can help me ??

      Tks
      Pedro Oliveira

      1 Reply Last reply Reply Quote 0
      • P
        Pedro last edited by Pedro

        I found in .vscode folder a file settings.json

        {
        “vetur.validation.template”: false,
        “eslint.validate”: [“javascript”, “javascriptreact”, “typescript”, “vue”],
        “vetur.experimental.templateInterpolationService”: true (change this to false. It worked for me)
        }

        I didn’t understand why that folder is there. All my other projects don’t have that folder

        1 Reply Last reply Reply Quote 2
        • S
          studio511 last edited by

          hi there i recently set up my project in a new pc and experienced the same. Glad that I found your solution. thanks!
          any how, i thought i should check if I should really turn this setting off.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post