fix build

This commit is contained in:
Norm 2022-08-31 13:40:41 -04:00
parent 58ecb72b82
commit c5cf19cc20

View file

@ -6,9 +6,9 @@
</div> </div>
</template> </template>
<script lang="ts"> <script lang="ts" setup>
import { onMounted } from 'vue'; import { onMounted } from 'vue';
import MkUrlPreview from './url-preview.vue'; import MkUrlPreview from '@/components/url-preview.vue';
import * as os from '@/os'; import * as os from '@/os';
const emit = defineEmits<{ const emit = defineEmits<{