3👍
✅
You should add it to components
option :
...
<script>
import Block from '../components/Block.vue'
export default {
name: 'ReactionTimer',
components: {Block },
...
Source:stackexchange.com