弃用lodash

This commit is contained in:
fofolee
2024-12-30 20:41:54 +08:00
parent 7a79d3a443
commit 1d3aa3c9ae
30 changed files with 597 additions and 152 deletions

View File

@@ -95,7 +95,7 @@ export default {
};
},
mounted() {
this.plugins = _.values(window.getUtoolsPlugins());
this.plugins = window.lodashM.values(window.getUtoolsPlugins());
this.plugin = this.plugins[0];
this.feature = this.features[0];
},