diff --git a/src/components.d.ts b/src/components.d.ts index a362462..1302b32 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -25,6 +25,7 @@ declare module 'vue' { StrapiContent: typeof import('./components/strapi/Content.vue')['default'] StrapiCopy: typeof import('./components/strapi/Copy.vue')['default'] StrapiDiptych: typeof import('./components/strapi/Diptych.vue')['default'] + StrapiEmbeddedVideo: typeof import('./components/strapi/EmbeddedVideo.vue')['default'] StrapiLink: typeof import('./components/strapi/Link.vue')['default'] StrapiMap: typeof import('./components/strapi/Map.vue')['default'] StrapiMedia: typeof import('./components/strapi/Media.vue')['default'] diff --git a/src/components/strapi/EmbeddedVideo.vue b/src/components/strapi/EmbeddedVideo.vue new file mode 100644 index 0000000..19ff233 --- /dev/null +++ b/src/components/strapi/EmbeddedVideo.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/src/components/strapi/Map.vue b/src/components/strapi/Map.vue index 74f37d1..04d7e13 100644 --- a/src/components/strapi/Map.vue +++ b/src/components/strapi/Map.vue @@ -13,12 +13,14 @@