UNPKG
@ovine/craft
Version:
latest (0.1.4)
0.1.4
0.1.4-alpha.1
0.1.4-alpha.0
0.1.3
0.1.3-alpha.2
0.1.3-alpha.1
0.1.0
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
0.0.10
0.0.9
Ovine json editor.
github.com/CareyToboo/ovine
CareyToboo/ovine
@ovine/craft
/
lib
/
components
/
aside
/
tab
/
index.js
14 lines
(13 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * 侧边栏 tab 面板内容 */
import
Limits
from
"./limits"
;
import
Page
from
"./page"
;
import
Requests
from
"./requests"
;
import
Templates
from
"./templates"
;
export
default
{
Limits
,
Requests
,
Page
,
Templates
, };