feat: 📦 lodash to lodash-es

This commit is contained in:
FairyEver
2020-11-17 08:32:46 +08:00
parent 790f69a751
commit f53927121e
25 changed files with 307 additions and 299 deletions

View File

@@ -9,7 +9,7 @@
</template>
<script>
import { last, get } from 'lodash'
import { last, get } from 'lodash-es'
export default {
data () {
return {

View File

@@ -1,7 +1,7 @@
// 提供滚动方面的功能
// 非滚动优化模式通用
import { throttle } from 'lodash'
import { throttle } from 'lodash-es'
// 生成滚动事件的 handler
function handleMaker (wait) {