Skip to content
GitLab
Explore
Sign in
Register
meet
src
store
types.js
Find file
Normal view
Permalink
types.js
95 B
Newer
Older
init
wangqinghua
committed
Mar 18, 2019
1
2
3
4
5
export
const
LOGIN
=
'
login
'
;
export
const
LOGOUT
=
'
logout
'
;
export
const
TITLE
=
'
title
'
;