work on planner templates in progress
This commit is contained in:
16
web/vue/src/components/Heading.vue
Normal file
16
web/vue/src/components/Heading.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<h1 class="title">{{ msg }}</h1>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'HelloWorld',
|
||||
props: {
|
||||
msg: String
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user