From e4bd0aa5a33164da919965ffb401b7b45ce2c154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Fri, 24 Jun 2022 09:49:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F(plugin):=20=E9=87=8D?= =?UTF-8?q?=E5=91=BD=E5=90=8D=20document=20plugin,=20=E7=A7=BB=E5=8A=A8=20?= =?UTF-8?q?usePlayground=20=E5=88=B0=20composable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新文档 --- package/document/src/components/LayCode.vue | 3 +-- .../{plugin => composable}/usePlayground.ts | 0 .../{common-plugins.ts => all-plugins.ts} | 24 +++++++++---------- package/document/src/plugin/create-anchor.ts | 3 +-- .../{contributor.ts => create-contributor.ts} | 5 ++-- .../src/plugin/{demo.ts => create-demo.ts} | 0 .../document/src/plugin/create-describe.ts | 3 +-- ...evious-next.ts => create-previous-next.ts} | 3 +-- package/document/src/plugin/create-quote.ts | 3 +-- package/document/src/plugin/create-table.ts | 3 +-- package/document/src/plugin/create-title.ts | 7 +++--- package/document/vite.config.ts | 2 +- 12 files changed, 24 insertions(+), 32 deletions(-) rename package/document/src/{plugin => composable}/usePlayground.ts (100%) rename package/document/src/plugin/{common-plugins.ts => all-plugins.ts} (62%) rename package/document/src/plugin/{contributor.ts => create-contributor.ts} (93%) rename package/document/src/plugin/{demo.ts => create-demo.ts} (100%) rename package/document/src/plugin/{previous-next.ts => create-previous-next.ts} (97%) diff --git a/package/document/src/components/LayCode.vue b/package/document/src/components/LayCode.vue index b0e44d68..fce2d521 100644 --- a/package/document/src/components/LayCode.vue +++ b/package/document/src/components/LayCode.vue @@ -34,8 +34,7 @@