URI | local-storage//{**name} |
---|---|
Scheme | local-storage |
Path | 値のキー文字列を指定します。/を含めた場合も文字全体がキーにになります。 |
Example | local-storage://basic/test |
<template>
<c-input state-src="local-storage://basic" />
<c-label state-src="local-storage://basic" />
</template>
<script setup>
</script>