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.
21 lines
434 B
21 lines
434 B
4 years ago
|
<template>
|
||
|
<div>
|
||
|
<iframe 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"
|
||
|
id="xc"
|
||
|
name="xc"
|
||
|
></iframe>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
name: "discord"
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|