From 29aaee1488c629a296219756cb1f0db7e1d8da62 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Thu, 28 Mar 2019 13:44:25 +0530 Subject: [PATCH] feat: Added youtube video component --- .../js/education/lms/components/Video.vue | 24 +++++-------------- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/erpnext/public/js/education/lms/components/Video.vue b/erpnext/public/js/education/lms/components/Video.vue index b7928cee62e..cc8293b925b 100644 --- a/erpnext/public/js/education/lms/components/Video.vue +++ b/erpnext/public/js/education/lms/components/Video.vue @@ -2,9 +2,7 @@
-
- -
+

{{ contentData.name }}

@@ -37,19 +35,22 @@