分享完成

This commit is contained in:
2020-12-02 16:55:34 +08:00
parent 5cafb95ee0
commit e1c2e3170d
3 changed files with 172 additions and 13 deletions

View File

@@ -35,8 +35,9 @@ import liveplay from "@/components/LivePlay.vue";
import LiveCount from "@/components/LiveCount.vue";
import VideoReview from "@/components/VideoReview.vue";
import { useRoute } from "vue-router";
import { getliveinfo } from "@/api";
import { getliveinfo, share } from "@/api";
import router from '@/router';
import { useI18n } from "@/utils/i18n";
export default defineComponent({
components: {
LiveCount,