切换主题
听说是个伟大的发明
<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>
Attributes