✨(component): 补充头像案例说明
This commit is contained in:
@@ -17,9 +17,9 @@ import {
|
||||
onUnmounted,
|
||||
nextTick,
|
||||
computed,
|
||||
reactive,
|
||||
StyleValue,
|
||||
} from "vue";
|
||||
|
||||
export interface LayAiffxProps {
|
||||
offset?: number;
|
||||
target?: HTMLElement;
|
||||
@@ -33,6 +33,7 @@ const props = withDefaults(defineProps<LayAiffxProps>(), {
|
||||
return document.body;
|
||||
},
|
||||
});
|
||||
|
||||
const emit = defineEmits(["scroll"]);
|
||||
const outWindow = ref(false);
|
||||
const dom = ref();
|
||||
|
||||
@@ -10,4 +10,4 @@ export default {
|
||||
<div class="layui-avatar-list">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
Reference in New Issue
Block a user