@cdlab996/lowcode-plugin-set-doc-url
v1.0.1
Published
Lowcode Plugin Component material new documentation address
Downloads
4
Readme
🚀 @cdlab996/lowcode-plugin-set-doc-url
Lowcode Plugin Component material new documentation address
⚡ Usage
Register the plugin
import { plugins } from '@alilc/lowcode-engine'
import PluginSetDocUrlProp from '@cdlab996/lowcode-plugin-set-doc-url'
// Register with the engine
plugins.register(PluginSetDocUrlProp)
Plugin Properties & Methods
none
Components Materials
import type { IPublicTypeComponentMetadata } from '@alilc/lowcode-types'
const meta: IPublicTypeComponentMetadata = {
group: 'Element-plus',
componentName: 'ElButton',
docUrl: 'https://element-plus.org/zh-CN/component/button.html',
configure: {
props: [],
supports: {},
},
snippets: [],
}
export default meta