File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<div class =" flex items-center" >
10
10
<a
11
- v-if =" isRootUrl && showcase && showcase.isPublic"
11
+ v-if =" isRootUrl && showcase && showcase.hasVue && showcase. isPublic"
12
12
:href =" `https://vuetelemetry.com/explore/${showcase.slug}`"
13
13
target =" _blank"
14
14
class =" mr-3"
15
15
>
16
16
<AppButton size =" small" appearance =" primary" outlined >Open</AppButton >
17
17
</a >
18
- <AppButton v-else-if =" isRootUrl && showcase && !showcase.isPublic && !savingError" @click.native =" saveShowcase" size =" small" appearance =" primary" class =" mr-3" >{{ saving ? 'Saving...' : 'Save' }}</AppButton >
18
+ <AppButton v-else-if =" isRootUrl && showcase && showcase.hasVue && !showcase.isPublic && !savingError" @click.native =" saveShowcase" size =" small" appearance =" primary" class =" mr-3" >{{ saving ? 'Saving...' : 'Save' }}</AppButton >
19
19
20
20
<a href =" https://twitter.com/VueTelemetry" target =" _blank" class =" mr-3" >
21
21
<TwitterIcon class =" w-5 h-5 hover:text-primary-500" />
173
173
</div >
174
174
</div >
175
175
176
- <div v-else-if =" !showcase.hasVue" class =" absolute top-0 left-0 w-full h-full flex items-center justify-center" >
176
+ <div v-else-if =" !showcase.hasVue" class =" pointer-events-none absolute top-0 left-0 w-full h-full flex items-center justify-center" >
177
177
<div class =" font-bold-body-weight text-eight" >Vue is not used on this website</div >
178
178
</div >
179
179
</div >
You can’t perform that action at this time.
0 commit comments