mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-11 02:16:03 +00:00
9 lines
146 B
JavaScript
9 lines
146 B
JavaScript
export default {
|
|
offset: [30, 30],
|
|
maxCount: 0,
|
|
size: 'large',
|
|
placement: 'tr',
|
|
duration: 4500,
|
|
getContainer: () => document.body,
|
|
};
|