mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support user sign up
This commit is contained in:
@@ -78,6 +78,12 @@ Vue.prototype.$confirm = function (message, confirmCallback, cancelCallback) {
|
||||
]
|
||||
}).open();
|
||||
};
|
||||
Vue.prototype.$toast = function (message, timeout) {
|
||||
this.$f7.toast.create({
|
||||
text: i18n.t(message),
|
||||
closeTimeout: timeout || 1500
|
||||
}).open();
|
||||
};
|
||||
Vue.prototype.$services = services;
|
||||
Vue.prototype.$user = userstate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user