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>
export default {
props: {
type: String,
required: true
link: {
type: String,
required: true
}
}
};
</script>