flexbox/src/components/hello.vue

13 lines
104 B
Vue

<template>
</template>
<script>
export default {
name: "hello"
}
</script>
<style scoped>
</style>