URI | query://{key} |
---|---|
Path | URL Query Key |
Example | query://basic |
ViewState
Retrieve and Update
Specify query://{key} in the src attribute to retrieve the URL QueryKey as a string.
vue
<template>
<ViewState
v-slot="example"
src="query://basic"
>
<b-input :state-src="example" />
</ViewState>
</template>