Recently delving into Vue and Vuetify, I decided to create a quick app to test both frameworks. However, I encountered some issues right from the start. Despite meticulously following the steps outlined in the documentation, Vue seems unable to recognize Vuetify components. The error message I'm encountering is as follows:
vue.runtime.esm.js?ff9b:587 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> at src\App.vue
You can view the complete code on CodeSandbox by visiting https://codesandbox.io/s/40rqnl8kw