This commit is contained in:
@ -3,21 +3,19 @@
|
||||
<div class="project-header">
|
||||
<h2>{{ projectName }}</h2>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script lang="ts">
|
||||
import type {PropType} from "vue";
|
||||
import type { PropType } from "vue";
|
||||
|
||||
export default {
|
||||
name: 'ProjectComponent',
|
||||
name: "ProjectComponent",
|
||||
props: {
|
||||
projectName: {
|
||||
type: Object as PropType<string>,
|
||||
required: true
|
||||
type: Object as PropType<string>,
|
||||
required: true,
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user