no message
Former-commit-id: f2bb1eaf701a5086e70eb08e030f9fdf1079649c Former-commit-id: f981ab6f7db3ef95b61f980ef5997143566652f5 Former-commit-id: 8c64bdb2af6d333dafefe7eed49838a9e5a8b4c2
This commit is contained in:
@@ -11,9 +11,13 @@
|
||||
export default {
|
||||
props: {
|
||||
url: {
|
||||
type: String,
|
||||
required: false,
|
||||
default: 'https://github.com/FairyEver'
|
||||
},
|
||||
tooltipPlacement: {
|
||||
type: String,
|
||||
required: false,
|
||||
default: 'top-end'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<div class="dd-clearfix">
|
||||
<span v-if="title" class="dd-fl">{{title}}</span>
|
||||
<span v-if="url" class="dd-fr"><GithubLink :url="url"></GithubLink></span>
|
||||
<span class="dd-fr">
|
||||
<GithubLink v-if="url" :url="url"></GithubLink>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user