mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 06:56:47 +00:00
25 lines
426 B
Vue
25 lines
426 B
Vue
<template>
|
|
<div>
|
|
<iframe
|
|
id="xc"
|
|
src="https://discord.com/widget?id=661905455894888490&theme=dark"
|
|
width="350"
|
|
height="500"
|
|
allowtransparency="true"
|
|
frameborder="0"
|
|
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
|
name="xc"
|
|
/>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'Discord'
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|