fix: LRU 默认改为 false
This commit is contained in:
parent
d9e8775dab
commit
1d0d056e9b
@ -67,7 +67,7 @@ Component({
|
|||||||
},
|
},
|
||||||
LRU: {
|
LRU: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
value: true,
|
value: false,
|
||||||
},
|
},
|
||||||
action: {
|
action: {
|
||||||
type: Object,
|
type: Object,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user