Vue Compiler#
Module not found: Error: Can't resolve (...)#
- Did you use the correct url to import your component? Check your import statement
Element is missing end tag.#
- Pay attention where the arroy is pointing to. More likely you forgot to close the same tag.

Vue Console#
Failed to resolve a component#
- Did you import the component in the component you want to use it?
- Did you added it in the components property?
Property was accesed during render but is not defined in instance#

- Check the name of your property if it is misspelled (i.e. 'setFilters' instead of 'setFilter')
- Check that your computed properties are in the correct root level of your script
- Check the name of your props