gpt4 book ai didi

vue.js - VueJS 禁用特定属性的 react 性

转载 作者:行者123 更新时间:2023-12-03 06:39:35 25 4
gpt4 key购买 nike

我将此地理库与 Map 和 Layer 和 LayerTree 等对象一起使用。我正在使用 Vue 来可视化 LayerTree。

然而,今天我注意到有些层包含很多(超过 10,000)个项目,这些项目都变得 react 性,这完全爆炸了内存使用。我不需要这个,因为我只对显示layerTree的图层的几个属性感兴趣。

是否可以将某些属性声明为非 react 性的?

最佳答案

在 data 方法返回的内容之外定义的任何内容都是非 react 性的。指南中没有关于此的任何官方内容,但到目前为止它只是有效。

...,
data() {
// Nonreactive
this.fuu = 'nonreactive'
// Reactive
return {
bar: 'reactive',
}
},
...

关于vue.js - VueJS 禁用特定属性的 react 性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54906710/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com