From 23209e8887c0edd13bb770b3a8dfdf4f983602b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=B0=91=E5=8D=AB?= Date: Tue, 2 Jul 2024 13:42:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8F=92=E4=BB=B6=E5=8C=96):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guide/plugin.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/plugin.md b/guide/plugin.md index e62e013..765e7f2 100644 --- a/guide/plugin.md +++ b/guide/plugin.md @@ -4,6 +4,10 @@ 讨论参见 https://github.com/nihaojob/vue-fabric-editor/issues/205 + +插件编写详见视频22分40秒处: + + ## Editor Core模块封装 初始化实例后,将初始化后的实例注入到各个组件中,供其他组件调用,引入插件机制,确保其他插件可灵活的引入到Editor对象中。