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