mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-20 18:46:39 +08:00
7 lines
101 B
Vue
7 lines
101 B
Vue
<template>
|
|
<div>视频</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|
|
<style scoped></style>
|