UNPKG

@nuxt/ui-pro

Version:

Ship beautiful web applications at the speed of light with Nuxt UI Pro.

12 lines (9 loc) 336 B
import { h } from 'vue' import ContentTocLinks from '../content/ContentTocLinks.vue' /** * @deprecated use `ContentTocLinks` instead */ export default (_: any, context: any) => { console.warn('[@nuxt/ui-pro] `DocsTocLinks` is deprecated, use `ContentTocLinks` instead.') return h(ContentTocLinks, context.attrs, context.slots) }