🐛: 修复 scroll 组件属性必填警告
This commit is contained in:
parent
e31cc623c9
commit
f7fccdcff9
@ -43,14 +43,7 @@ export default {
|
||||
|
||||
<script lang="ts" setup>
|
||||
import "./index.less";
|
||||
import {
|
||||
toRefs,
|
||||
onMounted,
|
||||
nextTick,
|
||||
reactive,
|
||||
onUnmounted,
|
||||
ref,
|
||||
} from "vue";
|
||||
import { toRefs, onMounted, nextTick, reactive, onUnmounted, ref } from "vue";
|
||||
|
||||
export interface LayScrollProps {
|
||||
height?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user