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