vue-intergrall-plugins 0.0.506 → 0.0.507
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.
|
@@ -16814,7 +16814,7 @@ var script$6 = {
|
|
|
16814
16814
|
if (!url) return;
|
|
16815
16815
|
const encodedURL = Buffer(url).toString("base64");
|
|
16816
16816
|
const response = await this.$httpRequest({
|
|
16817
|
-
method:
|
|
16817
|
+
method: "get",
|
|
16818
16818
|
url: `${baseURL}/preview?url=${encodedURL}${dev}`
|
|
16819
16819
|
// headers: {
|
|
16820
16820
|
// Authorization: "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdGQiOiJNS1VGWnBQeEV1UHc5UXdvN21HU2tWNEl4VHN0blM3MHNyZUJTTWt3d3hiNDRhd3dDcWwxd09jIiwibWFuYWdlciI6Ik1LVXRhd3dpbTRsNXd3WW1LMWFJYXd3aW00bDV3d3d3eGI0NGF3d0s0a2pveHBPMnl6TFZ3dXBud3d4YjQ0YXd3cmxNNHRqZ3FKTExsTjMiLCJoYXNfaW5mb3MiOnRydWUsIm5yb3MiOlsiMjczIl0sImF1dGgiOiJNS1VncmxDdkdRbElGbXZVTERCSGplV0wyOXFVUHdyOVlSMVMyeXdJanlLOUNteCIsImlhdCI6MTY0ODQ3MzYxNSwiZXhwIjoxNjQ4NTYwMDE1fQ.KSG_6_9NfQhk5br7hnXzeLyVZuT69XLaEYF9XkdgmmQ"
|
|
@@ -16911,14 +16911,14 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
16911
16911
|
/* style */
|
|
16912
16912
|
const __vue_inject_styles__$6 = function (inject) {
|
|
16913
16913
|
if (!inject) return;
|
|
16914
|
-
inject("data-v-
|
|
16915
|
-
source: ".link-preview[data-v-
|
|
16914
|
+
inject("data-v-188257a4_0", {
|
|
16915
|
+
source: ".link-preview[data-v-188257a4]{display:flex;flex-direction:column;background-color:#eee;color:#333;cursor:pointer;margin:5px 0;border-radius:5px;opacity:.95;transition:opacity .3s ease-in-out;font-size:13.6px}.link-preview-image[data-v-188257a4]{display:flex;justify-content:center;align-items:center;padding:1px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-author[data-v-188257a4]{margin:5px;font-size:.615em;font-weight:700}.link-preview-author.mb-0[data-v-188257a4]{margin-bottom:0}.link-preview-author h1[data-v-188257a4]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.link-preview-image img[data-v-188257a4]{min-width:100px;max-width:200px;border-top-left-radius:5px;border-top-right-radius:5px}.link-preview-infos[data-v-188257a4]{background-color:#2626261a;padding:5px;margin:5px;font-size:.83em;border-radius:5px}.link-preview[data-v-188257a4]:hover{opacity:1}.link-preview:hover .link-preview-infos p[data-v-188257a4]{text-decoration:underline}",
|
|
16916
16916
|
map: undefined,
|
|
16917
16917
|
media: undefined
|
|
16918
16918
|
});
|
|
16919
16919
|
};
|
|
16920
16920
|
/* scoped */
|
|
16921
|
-
const __vue_scope_id__$6 = "data-v-
|
|
16921
|
+
const __vue_scope_id__$6 = "data-v-188257a4";
|
|
16922
16922
|
/* module identifier */
|
|
16923
16923
|
const __vue_module_identifier__$6 = undefined;
|
|
16924
16924
|
/* functional template */
|