computed — cached. methods — no cache.
1const doubled = computed(() => count * 2)2function getDoubled() { return count * 2 }