Convert the method of consideration from [how to trigger this event in created] to [how to encapsulate this logic and then trigger it in created], and you will have the answer:
Encapsulate the logic in watch into a function in methods.
Call the methods function in created.
In this way, the requirements are achieved without losing reusability.
Convert the method of consideration from [how to trigger this event in created] to [how to encapsulate this logic and then trigger it in created], and you will have the answer:
Encapsulate the logic in watch into a function in methods.
Call the methods function in created.
In this way, the requirements are achieved without losing reusability.