🐛: 修复 scroll 组件属性必填警告

This commit is contained in:
就眠儀式 2022-05-01 15:33:25 +08:00
parent e31cc623c9
commit f7fccdcff9

View File

@ -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;