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