flexbox/src/components/hello.vue

13 lines
104 B
Vue
Raw Normal View History

2022-11-03 04:58:16 +08:00
<template>
</template>
<script>
export default {
name: "hello"
}
</script>
<style scoped>
</style>