@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
Latest posts made by k_magnai
-
RE: Working code after change it not work undo it still not work
-
Save queue change throws error
In my demo i used js file but if i save js file without chages then it throws error and without any changes i save index.vue file then error fixed i don’t know what happens
-
RE: Working code after change it not work undo it still not work
also make some changes error on other file
-
RE: how to ignore one component error
also tried lazyload not help
const routes = [
{
path: ‘/some-page’,
component: () => import(‘pages/SomePage’)
}
] -
RE: how to ignore one component error
Hello Dobbel thanks your replay eslint is not my problem because i disabled it. can’t comment components because other developer working on it so its making mistakes. If employee make some syntax error on somewhere then all system not work. So i can’t see my result still other developer fix their error. In production version all system not work is really good but in Development version other developer’s error must stay in place…
Many years i used cloud9 realtime editor and don’t use git sorry for that -
RE: how to ignore one component error
Hi metalsadman tanks for your replay and your code demos also you write on other post i learning. use cloud9 realtime editor i don’t want to use git because its take a lot comparing code and our system special work on many domain and somethink special. Is there have any other way some lazy-compile or work like interpreted language when user visiting page that has error then show error.
-
how to ignore one component error
we work on same project by team but there is problem if one member get error on his working component then all project not work then other team member wait him to fix erro
-
Teammate error all system not work
hi i’m new on quasar. Our team work on same project using cloud9 editor
but one problem one team member working on some page i working on another page but i make mistake all system not work. Other team mate make error on other pages then i wait them to fix error