header for the site, and making the 1st layout for the components, still trying to figure out the framework
This commit is contained in:
18
front/MyINPulse-front/src/components/Project-comp.vue
Normal file
18
front/MyINPulse-front/src/components/Project-comp.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div class="project">
|
||||
<div class="project-header">
|
||||
<h2>{{ projectName }}</h2>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'Project',
|
||||
props: {
|
||||
projectName: String,
|
||||
}
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user