diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue
index 5f657e39..ff75d788 100644
--- a/src/components/WatchVideo.vue
+++ b/src/components/WatchVideo.vue
@@ -73,15 +73,21 @@
/>
-
+
+
+
+
+
@@ -149,6 +155,7 @@ import VideoItem from "@/components/VideoItem.vue";
import ErrorHandler from "@/components/ErrorHandler.vue";
import CommentItem from "@/components/CommentItem.vue";
import Chapters from "@/components/Chapters.vue";
+import PlaylistAddModal from "./PlaylistAddModal.vue";
export default {
name: "App",
@@ -158,6 +165,7 @@ export default {
ErrorHandler,
CommentItem,
Chapters,
+ PlaylistAddModal,
},
data() {
const smallViewQuery = window.matchMedia("(max-width: 640px)");
@@ -176,6 +184,7 @@ export default {
active: true,
smallViewQuery: smallViewQuery,
smallView: smallViewQuery.matches,
+ showModal: false,
};
},
computed: {