Update Example.vue: add <style scoped>
This commit is contained in:
parent
ba1715f4eb
commit
17c1926a3d
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
|||
<h1>{{ data.content.title }}</h1>
|
||||
<!-- ... -->
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
||||
<script setup>
|
||||
const { data } = defineProps({
|
||||
data: Object,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue