refactor: welcome.setup.vue to composition api #52
Loading…
Reference in a new issue
No description provided.
Delete branch ":refactor/welcome.setup.vue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -50,1 +41,3 @@
this.submitting = true;
os.api('admin/accounts/create', {
username: username,
password: password,
Now that the
this.
is removed, this can be refactored like this:30c0148614
to0d99077720