mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 07:10:44 +08:00
fix: c71e533cb3
This commit is contained in:
parent
4b45c916a2
commit
91a5a57752
@ -209,7 +209,7 @@
|
||||
'formData.push_config': {
|
||||
handler: function (newVal, oldVal) {
|
||||
for (key in newVal) {
|
||||
if (newVal[key] === 'string') {
|
||||
if (typeof newVal[key] === 'string') {
|
||||
if (newVal[key].toLowerCase() === 'false') {
|
||||
this.$set(this.formData.push_config, key, false);
|
||||
} else if (newVal[key].toLowerCase() === 'true') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user