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.
24 lines
426 B
24 lines
426 B
<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>
|
|
|