You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@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.14
latest
Version published
Weekly downloads
83
-2.35%
Maintainers
7
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 24 Mar 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