This is a simple VueJS test made while watching this Udemy course (https://www.udemy.com/course/vuejs-2-the-complete-guide/)
- Online: https://dutch-verbs-vue.vercel.app/
- Local:
- Run in your terminal
npm run serve
- Go to the url that prints in the terminal. For example: http://localhost:8080/
- Run in your terminal
https://www.figma.com/file/KaP3t23u3XC2GUlQxZBh5H/dutch-verbs-vercel?node-id=0%3A1
Failed to compile. 8:1 error Expected indentation of 1 tab but found 2 spaces indent 9:1 error Expected indentation of 1 tab but found 2 spaces indent
run in terminal: eslint --fix "./src/**" or run npm lint
You need to specify the prop type:
props: { isTabsEnabled: { type: Boolean, default: true } }