ci: 初步集成 algolia
This commit is contained in:
@@ -5,14 +5,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import {
|
||||
ref,
|
||||
shallowRef,
|
||||
withDefaults,
|
||||
computed,
|
||||
onMounted,
|
||||
onBeforeUnmount,
|
||||
} from "vue";
|
||||
import { ref, shallowRef, withDefaults, computed, onMounted, onBeforeUnmount } from "vue";
|
||||
import { useThrottle } from "@vueuse/core";
|
||||
import LayIcon from "../icon/index";
|
||||
import "./index.less";
|
||||
|
||||
@@ -10,7 +10,6 @@ export function getTop(elem: any): any {
|
||||
}
|
||||
|
||||
/**
|
||||
* 随便写的
|
||||
* 获取 left 属性值
|
||||
* <p>
|
||||
* @param elem dom
|
||||
|
||||
Reference in New Issue
Block a user