vue-intergrall-plugins 0.0.195 → 0.0.196
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12296,7 +12296,7 @@ var script$4 = {
|
|
|
12296
12296
|
title,
|
|
12297
12297
|
author
|
|
12298
12298
|
} = og;
|
|
12299
|
-
if (image) this.linkPreview.imageSource = image;
|
|
12299
|
+
if (image) this.linkPreview.imageSource = image.url ? image.url : image;
|
|
12300
12300
|
if (author || site_name || title) this.linkPreview.author = author ? author : site_name ? site_name : title;
|
|
12301
12301
|
if (og.description) this.linkPreview.description = og.description;
|
|
12302
12302
|
}
|
|
@@ -12366,8 +12366,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
12366
12366
|
|
|
12367
12367
|
const __vue_inject_styles__$4 = function (inject) {
|
|
12368
12368
|
if (!inject) return;
|
|
12369
|
-
inject("data-v-
|
|
12370
|
-
source: ".link-preview[data-v-
|
|
12369
|
+
inject("data-v-cefa4cea_0", {
|
|
12370
|
+
source: ".link-preview[data-v-cefa4cea]{display:flex;flex-direction:column;background-color:#eee;color:#333;cursor:pointer;margin:5px 0;border-radius:5px}.link-preview-image[data-v-cefa4cea]{display:flex;justify-content:center;align-items:center;padding:10px;margin-bottom:5px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-author[data-v-cefa4cea]{margin:5px;font-size:.615em}.link-preview-author h1[data-v-cefa4cea]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-preview-image img[data-v-cefa4cea]{min-width:100px;max-width:200px}.link-preview-infos[data-v-cefa4cea]{background-color:#2626261a;padding:5px;margin:0 5px 5px 5px;font-size:.8rem;border-radius:5px}.link-preview:hover .link-preview-infos p[data-v-cefa4cea]{text-decoration:underline}",
|
|
12371
12371
|
map: undefined,
|
|
12372
12372
|
media: undefined
|
|
12373
12373
|
});
|
|
@@ -12375,7 +12375,7 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
12375
12375
|
/* scoped */
|
|
12376
12376
|
|
|
12377
12377
|
|
|
12378
|
-
const __vue_scope_id__$4 = "data-v-
|
|
12378
|
+
const __vue_scope_id__$4 = "data-v-cefa4cea";
|
|
12379
12379
|
/* module identifier */
|
|
12380
12380
|
|
|
12381
12381
|
const __vue_module_identifier__$4 = undefined;
|