暴露fire方法

pull/1/head 1.8.1
yutent 2023-03-29 17:39:00 +08:00
parent 363a2ce623
commit b36bb36fda
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@bd/core",
"version": "1.8.0",
"version": "1.8.1",
"type": "module",
"description": "百搭UI组件库的核心",
"main": "dist/index.js",

View File

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