Local Storage

On this page

How it works

State URI

URI local-storage//{**name}
Scheme local-storage
Path 値のキー文字列を指定します。/を含めた場合も文字全体がキーにになります。
Example local-storage://basic/test

Example

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

<script setup>

</script>