Update Page1.vue

This commit is contained in:
xsf 2022-01-26 10:36:13 +08:00 committed by GitHub
parent f83265f49d
commit de134e6af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,19 +4,9 @@
</template>
<script setup>
import { reactive } from 'vue';
// import components
import Chart from '../components/chart.vue'
// reactive data
const state = reactive({ count: 0 })
</script>
<style>
.btn {
background-color: #42b983;
border-radius: 4px;
color: #fff;
text-align: center;
line-height: 45px;
}
</style>
<style></style>