mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore: add eslint rules for spacing (#526)
This commit is contained in:
committed by
Benjamin Canac
parent
fa1103b4ec
commit
a488b879f5
@@ -7,7 +7,7 @@ const items = [{
|
||||
label: 'Password'
|
||||
}]
|
||||
|
||||
const accountForm = reactive({ name: 'Benjamin', username: 'benjamincanac' })
|
||||
const accountForm = reactive({ name: 'Benjamin', username: 'benjamincanac' })
|
||||
const passwordForm = reactive({ currentPassword: '', newPassword: '' })
|
||||
|
||||
function onSubmitAccount () {
|
||||
|
||||
Reference in New Issue
Block a user