@cdlab996/plugin-directive-loading
v1.0.0
Published
[![NPM](https://nodei.co/npm/@cdlab996/plugin-directive-loading.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@cdlab996/plugin-directive-loading/)
Downloads
8
Readme
🚀 @cdlab996/plugin-directive-loading
⚡ Usage
Register the plugin
import { plugins } from '@alilc/lowcode-engine';
import PluginManual from '@cdlab996/plugin-directive-loading';
// Register with the engine
plugins.register(PluginManual);
Plugin Properties & Methods
interface Options {
/**
* Link address, default is 'https://lowcode-engine.cn/index'
*/
href?: string;
/**
* Link target, default is '_blank'
*/
target?: '_blank' | '_self' | '_parent' | '_top' | string;
}
📝 License
This is a fork from plugin-directive-loading