Head

On this page

How it works

Body attrs class

vue
<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>