feat: 📦 lodash to lodash-es
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { last, get } from 'lodash'
|
||||
import { last, get } from 'lodash-es'
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// 提供滚动方面的功能
|
||||
// 非滚动优化模式通用
|
||||
|
||||
import { throttle } from 'lodash'
|
||||
import { throttle } from 'lodash-es'
|
||||
|
||||
// 生成滚动事件的 handler
|
||||
function handleMaker (wait) {
|
||||
|
||||
Reference in New Issue
Block a user