mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add meitu
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
requirejs.config({
|
||||
baseUrl: 'js'
|
||||
});
|
||||
|
||||
|
||||
requirejs([
|
||||
'lib/zepto_pj',
|
||||
'home/map',
|
||||
'lib/underscore',
|
||||
'home/dashboard'
|
||||
],
|
||||
function(zepto_pj, map, underscore) {
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user