Computed only computes when the page data changes, and when the data does not change, it reads the cache.

While Watch needs to execute functions every time,methods also needs to execute functions every time

Watch is suitable for asynchronous operations

computed