Start New Page
Open the blank.vue file in /src/components
folder.
It has the following structure:
Place your html content inside the div in template.
Note: Each template must only have one root element.
Then give the name of your component in the name value and your javascript in the appropriate lifecycle hook.
Then give the appropriate route in main.js routes section. If needed add the component path to left-side menu.
Last updated