Add deprecation notice
parent
b29e165d35
commit
142524f06e
|
@ -145,15 +145,15 @@
|
||||||
@include doc-link();
|
@include doc-link();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.notification {
|
.doc-notification {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: var(--mark-background);
|
background: var(--mark-background);
|
||||||
color: var(--mark-text);
|
color: var(--mark-text);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.doc-section-nav {
|
.doc-section-nav {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
|
<div class="doc-notification">TabView is deprecated, use <NuxtLink to="/tabs" class="doc-link">Tabs</NuxtLink> instead.</div>
|
||||||
<DocSectionText v-bind="$attrs" />
|
<DocSectionText v-bind="$attrs" />
|
||||||
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />
|
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue