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