player page

This commit is contained in:
Rewrite0
2023-05-21 23:09:35 +08:00
parent 52b0082ffd
commit 9d1a3754ad

19
src/pages/player.vue Normal file
View File

@@ -0,0 +1,19 @@
<script lang="ts" setup>
definePage({
name: 'Player',
});
</script>
<template>
<iframe
src="http://192.168.0.100:8096"
frameborder="0"
allowfullscreen="true"
w-full
h-full
flex-1
rounded-12px
></iframe>
</template>
<style lang="scss" scope></style>