New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@logicflow/vue-node-registry

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

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.12
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
28
decreased by-30%
Maintainers
0
Weekly downloads
 
Created
Source

@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

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

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

Keywords

FAQs

Package last updated on 12 Dec 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc