generated from pascalmartineau/wp-skeleton
refactor: SectionWrapper
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 57s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 57s
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import type { SectionWrapperFragment } from "#graphql-operations";
|
||||
|
||||
defineProps<SectionWrapperFragment>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section :class="bgColor">
|
||||
<div :class="contentWidth">
|
||||
<slot />
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
Reference in New Issue
Block a user