Extract modeType

This commit is contained in:
Yukai Huang 2017-04-11 11:48:59 +08:00
parent 18a6f9063e
commit 68ccee20b3
3 changed files with 15 additions and 13 deletions

View file

@ -0,0 +1,11 @@
export default {
edit: {
name: 'edit'
},
view: {
name: 'view'
},
both: {
name: 'both'
}
}