mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-05 12:22:46 +08:00
Update Page1.vue
This commit is contained in:
parent
f83265f49d
commit
de134e6af3
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user