1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-02 04:40:47 +00:00

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

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>