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