Update DTDoc.vue
parent
deecce428d
commit
e3046efb9e
|
@ -1,6 +1,5 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<div class="notification mb-4">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>
|
||||
</DocSectionText>
|
||||
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />
|
||||
|
@ -31,7 +30,7 @@ const primaryColor = $dt('primary.color');
|
|||
value: {
|
||||
light: {
|
||||
value: '#10b981',
|
||||
path: {
|
||||
paths: {
|
||||
name: 'semantic.primary.color',
|
||||
binding: {
|
||||
name: 'primitive.emerald.500'
|
||||
|
@ -40,7 +39,7 @@ const primaryColor = $dt('primary.color');
|
|||
},
|
||||
dark: {
|
||||
value: '#34d399',
|
||||
path: {
|
||||
paths: {
|
||||
name: 'semantic.primary.color',
|
||||
binding: {
|
||||
name: 'primitive.emerald.400'
|
||||
|
@ -48,7 +47,7 @@ const primaryColor = $dt('primary.color');
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue