UNPKG

@bitrix24/b24ui-nuxt

Version:

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

8 lines (7 loc) 179 B
export default { install(app, options) { if (options?.router && typeof options.router === "function") { app.provide("bitrix24ui:router", options.router); } } };