Nuxt の useHeadSafe を利用した状態管理
<template>
<c-check
state-src="head://body-attrs/class"
state-path="test"
throttle="0"
/>
<c-label
state-src="head://body-attrs/class"
state-path="test"
/>
</template>
<script setup>
</script>