Skip to content
Advertisement

In Vue3 composition API make the watcher work immediately

Using Vue3 composition API. How do I make watched to work immediately. The following code doesn’t work.

JavaScript

Advertisement

Answer

It should placed as option :

JavaScript

or

JavaScript
Advertisement