URL Query

On this page

How it works

State URI

URI query//{name}
Scheme query
Path 値のキー文字列を指定します。
Example query://basic

Example

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