This website works better with JavaScript.
Explore
Help
Sign In
fanruan
/
fineui
Watch
4
Star
1
Fork
You've already forked fineui
2
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13329
Commits
3
Branches
2
Tags
455 MiB
Tree:
ff266d9864
es6
master
research/test
4.0
5.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ff266d9864'
${ noResults }
fineui
/
src
/
base
/
index.js
9 lines
81 B
Raw
Normal View
History
Unescape
Escape
KERNEL-13947 refactor: base的es6化demo
2 years ago
import
Pane
from
"./1.pane"
;
BI
.
extend
(
BI
,
{
Pane
,
}
)
;
export
{
Pane
,
}