From 265709b45719d9a87027acc20dd7a54afcec94ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=BC=C5=9Fra=20=C5=9Eanl=C4=B1bayrak?= Date: 2022年7月28日 22:57:48 +0300 Subject: [PATCH] default embed code added for useEmbed example --- example/vue3/src/components/useEmbed.vue | 17 ++++++++++++----- example/vue3/src/shared/exampleEmbed.js | 4 ++++ src/useEmbed.ts | 13 +++++++++---- 3 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 example/vue3/src/shared/exampleEmbed.js diff --git a/example/vue3/src/components/useEmbed.vue b/example/vue3/src/components/useEmbed.vue index 3d4647b..0d22852 100644 --- a/example/vue3/src/components/useEmbed.vue +++ b/example/vue3/src/components/useEmbed.vue @@ -1,14 +1,21 @@