feat: 修复lodash-es类型错误

项目里使用的是lodash-es,开发类型安装的为@types/lodash
This commit is contained in:
SpiderMan
2024-09-28 17:38:46 +08:00
parent e364aa4a4f
commit abfd6a056f
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { ref, onMounted, onUnmounted } from 'vue';
import { debounce } from 'lodash';
import { debounce } from 'lodash-es';
/**
* description: 获取页面宽度