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 ContentSurround from '../content/ContentSurround.vue' /** * @deprecated use `ContentSurround` instead */ export default (_: any, context: any) => { console.warn('[@nuxt/ui-pro] `DocsSurround` is deprecated, use `ContentSurround` instead.') return h(ContentSurround, context.attrs, context.slots) }