How can I have a component with multiple templates or otherwise separate any methods and data from any particular template?
Components in VueJS should be a reusable part, right? If I have a user with his methods and data, he will behave the same in everything (everything?) Of my user interface. However, the display method will vary.
source
share