chore(typo): add missing vue imports
This commit is contained in:
parent
bf859e38ee
commit
4cfacf009f
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { onMounted } from 'vue'
|
||||
import { computed, onMounted, ref } from 'vue'
|
||||
import { useStore } from '~/store'
|
||||
import Alert from '~/components/ui/Alert.vue'
|
||||
|
||||
|
|
Loading…
Reference in New Issue