Storage

How it works

Session Storage

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

<script setup>

</script> 

local-storage Storage

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

<script setup>

</script> 

Customize