diff --git a/src/main.ts b/src/main.ts index a503679..385cd7b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -35,6 +35,7 @@ import { BiHeartFill, FaShareAlt, IoCloseSharp, + MdDownloadRound, IoPerson } from 'oh-vue-icons/icons' @@ -53,6 +54,7 @@ addIcons( BiHeartFill, FaShareAlt, IoCloseSharp, + MdDownloadRound, IoPerson ) diff --git a/src/views/ClipView.vue b/src/views/ClipView.vue index b90f048..0e30d05 100644 --- a/src/views/ClipView.vue +++ b/src/views/ClipView.vue @@ -49,6 +49,7 @@ export default { status, videoOptions, time: ref(0), + srcUrl, shareModalVisible: ref(false) } }, @@ -128,9 +129,17 @@ export default {

- + + + +