Commit a7b2b313 authored by NGPixel's avatar NGPixel

fix: disable API docs editor for 2.1

parent 966da1f0
...@@ -9,15 +9,23 @@ ...@@ -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 }')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment