mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-11 21:12:12 +10:00
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>
|