UNPKG

tass-ui

Version:

A high quality UI Toolkit built on Vue.js3+.

11 lines (10 loc) 293 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const withInstallFunc = (fn, name) => { fn.install = (app) => { fn._context = app._context; app.config.globalProperties[name] = fn; }; return fn; }; exports.withInstallFunc = withInstallFunc;