lg_frontend/pages/index.vue

8 lines
88 B
Vue
Raw Normal View History

2024-02-18 03:20:00 +00:00
<template>
2024-02-19 16:02:13 +00:00
<div>hello world</div>
2024-02-18 03:20:00 +00:00
</template>
<script>
2024-02-19 16:02:13 +00:00
export default {}
2024-02-18 03:20:00 +00:00
</script>