Files
backmanagerweb/src/components/page1.vue
T

11 lines
96 B
Vue
Raw Normal View History

2026-06-08 01:26:29 +08:00
<script setup>
</script>
<template>
<h1>hello ,im 1</h1>
</template>
<style scoped>
</style>