mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
426 B
25 lines
426 B
4 years ago
|
<template>
|
||
|
<div>
|
||
3 years ago
|
<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"
|
||
|
/>
|
||
4 years ago
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
3 years ago
|
name: 'Discord'
|
||
4 years ago
|
}
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|