feat: help guide videos

This commit is contained in:
Jannat Patel
2024-09-16 16:49:17 +05:30
parent a7843e0e3a
commit 20c10f1645
15 changed files with 216 additions and 225 deletions

View File

@@ -1,7 +1,7 @@
import AudioBlock from '@/components/AudioBlock.vue'
import VideoBlock from '@/components/VideoBlock.vue'
import UploadPlugin from '@/components/UploadPlugin.vue'
import { h, createApp, inject } from 'vue'
import { h, createApp } from 'vue'
import { Upload as UploadIcon } from 'lucide-vue-next'
import translationPlugin from '../translation'
@@ -70,7 +70,6 @@ export class Upload {
renderFileUploader() {
const app = createApp(UploadPlugin, {
wrapper: this.wrapper,
onFileUploaded: (file) => {
this.data.file_url = file.file_url
this.data.file_type = file.file_type