更新周边功能
This commit is contained in:
13
src/globalToastEvent.js
Normal file
13
src/globalToastEvent.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import mitt from 'mitt';
|
||||
const globalToastEvent = mitt();
|
||||
|
||||
export const ToastType = {
|
||||
SHOW_TODO: "show_todo",
|
||||
SHOW_RULE: "show_rule",
|
||||
SHOW_PRIZELIST: "show_prizelist",
|
||||
SHOW_LOTTERY: "show_lottery",
|
||||
SHOW_AD:"show_ad",
|
||||
SHOW_ADDRESS:"show_address"
|
||||
};
|
||||
|
||||
export default globalToastEvent;
|
||||
Reference in New Issue
Block a user