...
In a Custom Vue Component, the developer can implement computed properties, can define new methods, can create watchers and use data component state.
The template can also be adjusted as a normal Vue template based on your needs.
Vue components will be exported inside the custom index.js file:
...