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 = {}) {