Update flash-edit.vue

This commit is contained in:
syuilo 2025-06-02 16:13:39 +09:00 committed by GitHub
parent 937125e85e
commit f470ab1b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ let qaEls = [Ui:C:container({
var qn = 0
each (let qa, qas) {
qn += 1
qa.id = Util:genId()
qa.id = Util:uuid()
qaEls.push(Ui:C:container({
align: 'center'
bgColor: '#000'