misc: migrate to vuetify 2.0 (wip)

This commit is contained in:
NGPixel
2019-07-29 04:50:03 +00:00
parent e77037e161
commit eccf1a1b19
102 changed files with 1898 additions and 1882 deletions

View File

@@ -29,11 +29,7 @@ module.exports = {
},
UserMutation: {
create(obj, args) {
return WIKI.models.users.register({
...args,
verify: false,
bypassChecks: true
})
return WIKI.models.users.createNewUser(args)
},
delete(obj, args) {
return WIKI.models.users.query().deleteById(args.id)