How to trigger this watch event in created
ringa_lee2017-07-05 10:59:55
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.