Refactor #3965 - For Skeleton

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-25 17:43:15 +03:00
parent 4fc5d0918e
commit 42345f106f
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template>
<div :style="containerStyle" :class="cx('root')" aria-hidden="true" v-bind="ptm('root')"></div>
<div :class="cx('root')" :style="[sx('root'), containerStyle]" aria-hidden="true" v-bind="ptm('root')"></div>
</template>
<script>