Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...