web-backset.cn/apps/server/view/page/home/index.ts

9 lines
201 B
TypeScript
Raw Normal View History

2023-02-11 13:21:06 +08:00
import './index.less';
2023-02-22 23:07:06 +08:00
import $ from 'jquery';
2023-02-24 00:34:24 +08:00
// import '@backset/ui/src/components/Tooltip/index.less';
import Dropdown from '@backset/ui/dist/Dropdown';
2023-02-11 13:21:06 +08:00
2023-02-24 00:34:24 +08:00
$(function () {
new Dropdown('.ttt');
2023-02-22 17:20:03 +08:00
});