fix missing import

This commit is contained in:
Johann150 2022-08-10 17:02:17 +02:00 committed by Francis Dinh
parent 8c21083437
commit 8bcec4a40f

View file

@ -34,7 +34,7 @@
</template>
<script lang="ts" setup>
import { computed } from 'vue';
import { computed, watch } from 'vue';
import MkButton from '@/components/ui/button.vue';
import * as os from '@/os';
import { definePageMetadata } from '@/scripts/page-metadata';