Skip to content

Space 间距

听说是个伟大的发明

1
2
3
4
5
6
7
8
9
10
vue
<template>
  <ql-space>
    <div
      style="background-color: #FAFAFA;"
      v-for="item in 10"
      :key="item"
    >
      {{ item }}
    </div>
  </ql-space>
</template>

<script setup lang="ts">
</script>

<style scoped lang='scss'></style>

API

Attributes