<template> <div class="box">haha</div> </template> <script setup lang="ts"> const boxWidth = '500px' </script> <style lang="scss"> .box { width: v-bind(boxWidth); height: 200px; background-color: red; } </style>
京公网安备 11010502049817号