From b4477f049bae6a50fbaebfb1bc5a16eeb319d794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Wed, 20 Oct 2021 21:50:43 +0800 Subject: [PATCH] publish: 0.1.8 --- docs/src/layouts/Layout.vue | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/layouts/Layout.vue b/docs/src/layouts/Layout.vue index e0c59528..c0c3f34e 100644 --- a/docs/src/layouts/Layout.vue +++ b/docs/src/layouts/Layout.vue @@ -31,7 +31,7 @@
  • - 0.1.7 + 0.1.8
  • diff --git a/package.json b/package.json index 9e3571aa..bcdd1a05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@layui/layui-vue", - "version": "0.1.7", + "version": "0.1.8", "description": "a component library for Vue 3 base on layui-vue", "main": "lib/layui-vue.umd.js", "module": "lib/layui-vue.es.js",