🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@logicflow/vue-node-registry

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logicflow/vue-node-registry

LogicFlow Vue Component Node Registry

1.0.13
74

Supply Chain Security

100

Vulnerability

79

Quality

94

Maintenance

100

License

Version published
Weekly downloads
288
-64.4%
Maintainers
0
Weekly downloads
 
Created

@logicflow/vue-node-registry

LogicFlow Shape for rendering Vue components.

Installation

npm install @logicflow/vue-node-registry

or

yarn add @logicflow/vue-node-registry

or

pnpm add @logicflow/vue-node-registry

Usage

用户自定义 Vue 节点 CustomVueComponent

我们需要将该内容注册到某个地方

  • 如果基于默认的 HTML 节点,只是调整节点里面的内容,
register({
  type: 'custom-vue-shape',
  view: VueComponent,
  model: VueNodeModel,
}, lf)
  • 注册节点
  • view 为 Vue 组件(基于 HTMLNode 自定义)
  • model 为节点数据模型

FAQs

Package last updated on 21 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts