Doc update

pull/5507/head
Cagatay Civici 2024-04-02 11:58:58 +03:00
parent 567d06ec15
commit 5ba2a6b9d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<DocSectionText v-bind="$attrs"> <DocSectionText v-bind="$attrs">
<div class="notification mb-3">This feature is not yet available in beta.1 and scheduled for beta.2.</div> <div class="notification mb-3">This is a proposed api for beta.2, and not yet available in beta.1.</div>
<p>The <i>$dt</i> function returns the information about a token like the full path and value. This would be useful if you need to access tokens programmatically.</p> <p>The <i>$dt</i> function returns the information about a token like the full path and value. This would be useful if you need to access tokens programmatically.</p>
</DocSectionText> </DocSectionText>
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz /> <DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />