We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8904b0a commit bbaaef0Copy full SHA for bbaaef0
src/pages/user/registerClass.vue
@@ -82,19 +82,6 @@ export default Vue.extend({
82
this.error = true
83
this.loading = false
84
})
85
- },
86
- generateUniqueId(): string {
87
- const c =
88
- 'あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわをん'
89
- const cl = c.length
90
- return (
91
- c[Math.floor(Math.random() * cl)] +
92
93
94
95
96
- c[Math.floor(Math.random() * cl)]
97
- )
98
}
99
100
0 commit comments