Browse Source

fix(gui-v2): prop type for github-button

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/3179/head
mertmit 2 years ago
parent
commit
0c1f79beb1
  1. 2
      packages/nc-gui-v2/components/dashboard/GithubStarButton.vue

2
packages/nc-gui-v2/components/dashboard/GithubStarButton.vue

@ -3,7 +3,7 @@ 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"
<GithubButton href="https://github.com/nocodb/nocodb" data-icon="octicon-star" data-show-count="true" data-size="large"
>Star</GithubButton
>
</template>

Loading…
Cancel
Save