This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
halo-admin
mirror of
https://github.com/halo-dev/halo-admin
Watch
1
Star
0
Fork
You've already forked halo-admin
0
Code
Issues
Releases
Wiki
Activity
0bf3009f0f
halo-admin
/
babel.config.js
12 lines
140 B
JavaScript
Raw
Normal View
History
Unescape
Escape
init
2019-03-18 16:35:13 +00:00
module
.
exports
=
{
remove some dependence
2019-03-29 03:57:32 +00:00
presets
:
[
'@vue/app'
,
[
'@babel/preset-env'
,
{
'useBuiltIns'
:
'entry'
}
]
]
完成评论消息组件
2019-03-29 08:05:05 +00:00
}