fix: disable API docs editor for 2.1
This commit is contained in:
parent
966da1f092
commit
a7b2b31314
@ -9,15 +9,23 @@
|
|||||||
v-flex(xs4)
|
v-flex(xs4)
|
||||||
v-hover
|
v-hover
|
||||||
template(v-slot:default='{ hover }')
|
template(v-slot:default='{ hover }')
|
||||||
v-card.radius-7.animated.fadeInUp(
|
v-card.radius-7.primary.animated.fadeInUp(
|
||||||
hover
|
hover
|
||||||
light
|
light
|
||||||
ripple
|
ripple
|
||||||
)
|
)
|
||||||
v-card-text.text-center(@click='selectEditor(`api`)')
|
v-card-text.text-center(@click='')
|
||||||
img(src='/svg/editor-icon-api.svg', alt='API', style='width: 36px;')
|
img(src='/svg/editor-icon-api.svg', alt='API', style='width: 36px; opacity: .5;')
|
||||||
.body-2.primary--text.mt-2 API Docs
|
.body-2.blue--text.mt-2.text--lighten-2 API Docs
|
||||||
.caption.grey--text REST / GraphQL
|
.caption.blue--text.text--lighten-1 REST / GraphQL
|
||||||
|
v-fade-transition
|
||||||
|
v-overlay(
|
||||||
|
v-if='hover'
|
||||||
|
absolute
|
||||||
|
color='primary'
|
||||||
|
opacity='.8'
|
||||||
|
)
|
||||||
|
.body-2.mt-7 Coming Soon
|
||||||
v-flex(xs4)
|
v-flex(xs4)
|
||||||
v-hover
|
v-hover
|
||||||
template(v-slot:default='{ hover }')
|
template(v-slot:default='{ hover }')
|
||||||
|
Loading…
Reference in New Issue
Block a user