<template>
  <div :style="{backgroundColor: divBgColor, borderRadius: '30px', height: '100%'}"></div>
</template>
<script setup>
import { ref } from 'vue'

const divBgColor = ref('blue')
</script>

原文地址: https://www.cveoy.top/t/topic/bcul 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录