UNPKG

@nuxt/ui-pro

Version:

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

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