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