mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修复Shadow.UI错误。
This commit is contained in:
parent
1d09fac089
commit
20cda2a258
@ -7,7 +7,7 @@ export default {
|
||||
output: {
|
||||
indent: '\t',
|
||||
format: 'umd',
|
||||
name: 'Shadow.UI',
|
||||
name: 'Shadow',
|
||||
file: 'ShadowEditor.UI/dist/ShadowUI.js'
|
||||
},
|
||||
treeshake: true,
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
import '../assets/css/main.css';
|
||||
|
||||
export { default as UI } from './UI';
|
||||
import UI from './UI';
|
||||
|
||||
window.UI = UI;
|
||||
window.UI = UI;
|
||||
|
||||
export { default as UI } from './UI';
|
||||
Loading…
x
Reference in New Issue
Block a user