From b36bb36fda89bbbd07251d876b21dc9ff80d76d5 Mon Sep 17 00:00:00 2001 From: yutent Date: Wed, 29 Mar 2023 17:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=B4=E9=9C=B2fire=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 969ff18..6d1c273 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bd/core", - "version": "1.8.0", + "version": "1.8.1", "type": "module", "description": "百搭UI组件库的核心", "main": "dist/index.js", diff --git a/src/index.js b/src/index.js index abe7ef4..73b1056 100644 --- a/src/index.js +++ b/src/index.js @@ -19,7 +19,7 @@ import { render, html, svg } from './html.js' import { animate, MODES } from './anim.js' import { nextTick, fire, bind, unbind, hyphen } from './utils.js' export { $, $$, offset, outsideClick, clearOutsideClick } from './utils.js' -export { html, css, svg, bind, unbind, nextTick } +export { html, css, svg, bind, unbind, nextTick, fire } // 简单的类名解析 export function classMap(data = {}) {