// const templates = ref([]) // const fetchTemplates = async () => { // try { // templates.value = await $fetch(`http://localhost:8000/api/templates/category/${props.id_category}`) // } catch (error) { // console.error('Gagal ambil template:', error) // } // } // onMounted(() => { // fetchTemplates() // }) // defineEmits(['back']);