mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
vor merge
This commit is contained in:
parent
574fbcf8b1
commit
2f9954228e
@ -5,8 +5,8 @@ import { mapGetters, mapMutations } from 'vuex'
|
|||||||
import { allowEmbedIframesMutation } from '~/graphql/User.js'
|
import { allowEmbedIframesMutation } from '~/graphql/User.js'
|
||||||
|
|
||||||
const template = `
|
const template = `
|
||||||
<a v-if="removeEmbeds" :href="dataEmbedUrl" rel="noopener noreferrer nofollow" target="_blank">{{dataEmbedUrl}}</a>
|
<a v-show="removeEmbeds" :href="dataEmbedUrl" rel="noopener noreferrer nofollow" target="_blank">{{dataEmbedUrl}}</a>
|
||||||
<ds-container v-else width="small" class="embed-container">
|
<ds-container v-if="!removeEmbeds" width="small" class="embed-container">
|
||||||
<section class="embed-content">
|
<section class="embed-content">
|
||||||
<div v-if="showEmbed" v-html="embedHtml" class="embed-html" />
|
<div v-if="showEmbed" v-html="embedHtml" class="embed-html" />
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user