in ``guide/composition-api-introduction.md`` line 420. ```js import { ref, onMounted, watch } from 'vue' ``` Should be ```js import { ref, computed } from 'vue' ```