Skip to content

Commit bbaaef0

Browse files
committed
不要なメゾットの削除
1 parent 8904b0a commit bbaaef0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/pages/user/registerClass.vue

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,6 @@ export default Vue.extend({
8282
this.error = true
8383
this.loading = false
8484
})
85-
},
86-
generateUniqueId(): string {
87-
const c =
88-
'あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわをん'
89-
const cl = c.length
90-
return (
91-
c[Math.floor(Math.random() * cl)] +
92-
c[Math.floor(Math.random() * cl)] +
93-
c[Math.floor(Math.random() * cl)] +
94-
c[Math.floor(Math.random() * cl)] +
95-
c[Math.floor(Math.random() * cl)] +
96-
c[Math.floor(Math.random() * cl)]
97-
)
9885
}
9986
}
10087
})

0 commit comments

Comments
 (0)