UNPKG
@cqmcui/cqmcui
Version:
latest (4.1.0)
4.1.0
轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)
github.com/jdf2e/cqmcui
jdf2e/cqmcui
@cqmcui/cqmcui
/
dist
/
packages
/
dialog
/
index.mjs
5 lines
•
184 B
JavaScript
View Raw
1
2
3
4
5
import
_Dialog
from
'../_es/Dialog.js'
;
import
{ showDialog }
from
'../_es/Dialog.js'
;
const
treeshaking
= (
t
) => t;
const
Dialog
=
treeshaking
(_Dialog);
export
{
Dialog
, showDialog };