Finish to setup data access
This commit is contained in:
parent
90c998fa41
commit
80f72e7dc9
10 changed files with 73 additions and 36 deletions
|
|
@ -1,3 +1,8 @@
|
|||
<script setup></script>
|
||||
<template></template>
|
||||
<style scoped></style>
|
||||
<template>
|
||||
<h1>{{ data.content.title }}</h1>
|
||||
</template>
|
||||
<script setup>
|
||||
const { data } = defineProps({
|
||||
data: Object,
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue