dep: lodash -> lodash-es
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { clamp } from "lodash";
|
||||
import { clamp } from "lodash-es";
|
||||
import { ref, watch } from "vue";
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user