UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

11 lines (10 loc) 201 B
import { createHead } from "@unhead/vue/client"; export default { install(app) { if (app._context.provides.usehead) { return; } const head = createHead(); app.use(head); } };