Fix bug in #6585
This commit is contained in:
parent
1a2de1a051
commit
7e2b6b6369
|
@ -55,6 +55,7 @@ export default Vue.extend({
|
||||||
.map(x => '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz#$%*+,-.:;=?@[]^_{|}~'.indexOf(x))
|
.map(x => '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz#$%*+,-.:;=?@[]^_{|}~'.indexOf(x))
|
||||||
.reduce((a, c) => a * 83 + c, 0)
|
.reduce((a, c) => a * 83 + c, 0)
|
||||||
.toString(16)
|
.toString(16)
|
||||||
|
.padStart(6, '0')
|
||||||
: undefined;
|
: undefined;
|
||||||
},
|
},
|
||||||
onClick(e) {
|
onClick(e) {
|
||||||
|
|
Loading…
Reference in New Issue