parent
363a2ce623
commit
b36bb36fda
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bd/core",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"type": "module",
|
||||
"description": "百搭UI组件库的核心",
|
||||
"main": "dist/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 = {}) {
|
||||
|
|
Loading…
Reference in New Issue