mirror of https://github.com/nocodb/nocodb
braks
2 years ago
4 changed files with 23 additions and 14 deletions
@ -1,9 +0,0 @@ |
|||||||
<script setup lang="ts"> |
|
||||||
import GithubButton from 'vue-github-button' |
|
||||||
</script> |
|
||||||
|
|
||||||
<template> |
|
||||||
<GithubButton href="https://github.com/nocodb/nocodb" data-icon="octicon-star" data-show-count="true" data-size="large" |
|
||||||
>Star</GithubButton |
|
||||||
> |
|
||||||
</template> |
|
@ -0,0 +1,4 @@ |
|||||||
|
declare module 'vue-github-button' { |
||||||
|
import type { Component } from '@vue/runtime-core' |
||||||
|
export default Component |
||||||
|
} |
Loading…
Reference in new issue