URL Path

On this page

How it works

Path

vue
<template>
  <c-link
    state-src="path://2"
    state-to="state"
  >
    Set to 'state'
  </c-link>
  <c-label state-src="path://2" />
</template>

<script setup>

</script>