ui รายการโครงการ/หลักสูตรการฝึกอบรมที่หน่วยงานของกรุงเทพมหานครเป็นผู้จัด
This commit is contained in:
parent
179a2b395e
commit
c084262a40
9 changed files with 1072 additions and 93 deletions
12
src/modules/15_development/components/ProjectDetail.vue
Normal file
12
src/modules/15_development/components/ProjectDetail.vue
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<script setup lang="ts">
|
||||
import { onMounted } from "vue";
|
||||
|
||||
onMounted(() => {
|
||||
console.log("ลักษณะโครงการ");
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<div>ลักษณะโครงการ</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue