UNPKG
myapp-dataroom
Version:
latest (2.0.1-2024011601-Alpha)
2.0.1-2024011601-Alpha
自定义大屏
github.com/gcpaas/DataRoom
myapp-dataroom
/
packages
/
js
/
store
/
mutation-types.js
4 lines
(3 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
// 使用常量替代 mutation 事件类型在各种 Flux 实现中是很常见的模式。
// 这样可以使 linter 之类的工具发挥作用,
// 同时把这些常量放在单独的文件中可以让你的代码合作者对整个 app 包含的 mutation 一目了然: