We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f880a commit e0a9afbCopy full SHA for e0a9afb
1 file changed
src/components/Card.vue
@@ -6,10 +6,10 @@
6
>
7
<h2>{{ content.name }}</h2>
8
<v-spacer></v-spacer>
9
- <v-btn @click="openWebsite" text v-if="content.hasWebsite">
10
- Open Website
11
- </v-btn>
12
- <v-icon right>mdi-open-in-new</v-icon>
+ <div v-if="content.hasWebsite">
+ <v-btn @click="openWebsite" text> Open Website </v-btn>
+ <v-icon right>mdi-open-in-new</v-icon>
+ </div>
13
</v-toolbar>
14
<v-card-text>
15
{{ content.description }}
0 commit comments