UNPKG

nly-adminlte-vue

Version:
11 lines (8 loc) 269 B
import { nlyPluginFactory } from "../../utils/plugins"; import { NlyRenderFunction } from "./render-function"; const RenderFunctionPlugin = nlyPluginFactory({ components: { NlyRenderFunction } }); export { RenderFunctionPlugin, NlyRenderFunction };