fix(the-github-corner): link should be propped

This commit is contained in:
Julien Le Coupanec 2019-05-17 11:42:24 +02:00
parent 3424c50d53
commit e1701a525a
1 changed files with 4 additions and 2 deletions

View File

@ -19,8 +19,10 @@
<script> <script>
export default { export default {
props: { props: {
type: String, link: {
required: true type: String,
required: true
}
} }
}; };
</script> </script>