5 lines
124 B
Vue
5 lines
124 B
Vue
<template>
|
|
<iframe src="server://drop.local/store" class="w-full h-full" />
|
|
</template>
|
|
<script setup lang="ts"></script>
|