<template>
<c-input state-src="session-storage://basic" />
<c-label state-src="session-storage://basic" />
</template>
<script setup>
</script>
<template>
<c-input state-src="local-storage://basic" />
<c-label state-src="local-storage://basic" />
</template>
<script setup>
</script>