7 lines
148 B
Vue
Raw Normal View History

2023-11-22 18:30:06 +08:00
<template>
<div style="background-color: red; height: 100px; width: 750px;">
sadsasdfsdf
</div>
</template>
<script setup>
</script>