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
Right now, app4.vue is mostly one giant, poorly factored template. Refactor it so that its split into multiple components and use v-for directives (or something similar) to reduce duplication. Try using typescript classes instead of the js way of defining vue components.
The text was updated successfully, but these errors were encountered:
Right now, app4.vue is mostly one giant, poorly factored template. Refactor it so that its split into multiple components and use v-for directives (or something similar) to reduce duplication. Try using typescript classes instead of the js way of defining vue components.
The text was updated successfully, but these errors were encountered: