Standardize array bracket spacing

This commit is contained in:
Louis Lam
2022-04-17 15:27:35 +08:00
parent 46e1a628a7
commit d71c086447
26 changed files with 73 additions and 67 deletions

View File

@@ -42,7 +42,7 @@ export default {
default: "No",
},
},
emits: ["yes"],
emits: [ "yes" ],
data: () => ({
modal: null,
}),

View File

@@ -57,7 +57,7 @@ export default {
default: undefined,
},
},
emits: ["update:modelValue"],
emits: [ "update:modelValue" ],
data() {
return {
visibility: "password",

View File

@@ -10,7 +10,7 @@ import { sleep } from "../util.ts";
export default {
props: {
value: [String, Number],
value: [ String, Number ],
time: {
type: Number,
default: 0.3,

View File

@@ -48,7 +48,7 @@ export default {
default: undefined,
},
},
emits: ["update:modelValue"],
emits: [ "update:modelValue" ],
data() {
return {
visibility: "password",

View File

@@ -78,7 +78,7 @@ export default {
Confirm,
},
props: {},
emits: ["added"],
emits: [ "added" ],
data() {
return {
model: null,

View File

@@ -105,7 +105,7 @@ export default {
Confirm,
},
props: {},
emits: ["added"],
emits: [ "added" ],
data() {
return {
model: null,