URI | hash:// |
---|---|
Path | The value is not set |
Example | hash:// |
ViewState
Retrieve and Update
Specify hash:// in the src attribute to retrieve and update the URL hash value.
vue
<template>
<ViewState
v-slot="example"
src="hash://"
>
<b-input :state-src="example" />
<div>{{ example.data }}</div>
</ViewState>
</template>