Working code after change it not work undo it still not work
-
This post is deleted! -
also make some changes error on other file
-
https://streamable.com/gx0e18 this wasting my time
-
@k_magnai put effor in your question first, so that peeps are able to help you. We can only comprehend based on the information provided. Your video nor description doesn’t make sense at all (at least to me), otherwise start reading vue and quasar docs and goodluck.
P.s. I will lock your thread if you’re just going to vent around here.
-
The error occurs because you use a linter that enforces mandatory syntax/style rules.
One of the rules is if you declare a variable or import a component you HAVE to use it in your code or else the linter will throw an error.And because Quasar has hot deploy set to true by default every change you make to a file will result in a reload/refresh of the Quasar app. To be more precise after a hard save or leaving focus on a edited file.
You can choose to disable linting and hot reload in Quasar.
-
@dobbel error reason is no matter problem is i have 2 files saving without any changes one is throw error another one is fix error