<p>?? ? ?? ??? ?? CSS ??? ???? Vuetify? ???? ????(?: --v-theme-primary). CSS?? ??? --v-theme-{something}?? ???? JS?? {something} ?? ???? ????. ?: </p>
<pre class="brush:js;toolbar:false;"><???>
<div :class="$style['color-text']">Asd</div>
</???>
<???? lang="ts" ??>
const color = ref("??")
</????>
<style lang="scss" ??>
.color-text {
???: var(--v-theme-[[v-bind(color)]]);
}
</???>
</pre>
<p> [[v-bind(color)]]? ??? ?????. ??? ?? ?? ??????. ??? JS?? ??? CSS?? var(--v-theme-{color})? ??? ? ??? ?? ???? ?? ??? ??? ??? ?? ? ??? ????. ? ???? var(--v-theme-primary)? ???. <br /><br />????? ?????? ? ?? ??? ??????