forked from FoundKeyGang/FoundKey
fix build
This commit is contained in:
parent
58ecb72b82
commit
c5cf19cc20
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
<script lang="ts" setup>
|
||||
import { onMounted } from 'vue';
|
||||
import MkUrlPreview from './url-preview.vue';
|
||||
import MkUrlPreview from '@/components/url-preview.vue';
|
||||
import * as os from '@/os';
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
|
Loading…
Reference in a new issue