mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
329 B
329 B
Style Scheme
<n-element tag="div" class="myel">
<template #="{ styleScheme }">
<pre
:style="{
color: styleScheme.secondaryTextColor,
transition: `color .3s ${styleScheme.easeInOutCubicBezier}`
}"
>
{{ JSON.stringify(styleScheme, 0, 2) }}</pre
>
</template>
</n-element>