UNPKG
slush-lucas-vue2
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A lucas generator.
slush-lucas-vue2
/
template
/
src
/
config
/
ajaxconfig
/
index.js
8 lines
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Fans
from
'./fans/interface.json'
;
import
Member
from
'./member/interface.json'
;
const
ajaxConfig = {
Fans
,
Member
}
window
.
DATAPATH
= ajaxConfig;
module
.
exports
= ajaxConfig;