mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
处理混用问题
This commit is contained in:
parent
ab80fca553
commit
b927350970
2
index.js
2
index.js
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
import dat from './src/dat/index';
|
import dat from './src/dat/index';
|
||||||
|
|
||||||
module.exports = dat;
|
export default dat;
|
||||||
|
@ -1272,4 +1272,4 @@ function updateDisplays(controllerArray) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = GUI;
|
export default GUI;
|
||||||
|
Loading…
Reference in New Issue
Block a user