You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What actually happened? Please include the actual, raw output from ESLint.
When not quoted, I get an eslint error: Unquoted reserved word 'default' used as key. (quote-props).
When quoted, I get Prop 'isWorking' requires default value to be set. (vue/require-default-prop).