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
/
src
/
components
/
aside
/
tab
/
templates.jsx
6 lines
(4 loc)
•
91 B
JSX
View Raw
1
2
3
4
5
6
import
React
from
'react'
export
default
() => {
return
<
div
>
当前暂无模版
</
div
>
}