11 lines
112 B
Vue
11 lines
112 B
Vue
<template>
|
|
<view>
|
|
<text>编辑视频</text>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style scoped>
|
|
</style> |