修改vue3-video-play组件导入
This commit is contained in:
parent
4790071e14
commit
459617a344
@ -15,7 +15,8 @@
|
||||
<script setup lang="ts">
|
||||
import { reactive, shallowRef } from 'vue'
|
||||
import 'vue3-video-play/dist/style.css'
|
||||
import VideoPlay from 'vue3-video-play'
|
||||
// import VideoPlay from '/vue3-video-play'
|
||||
import VideoPlay from 'vue3-video-play/dist/index.umd.js'
|
||||
const props = defineProps({
|
||||
src: {
|
||||
type: String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user