fix: apply ESLint rule vue/no-unused-refs

This commit is contained in:
iamsivin
2024-07-26 11:13:04 +05:30
parent af3c55937b
commit 8742ef67db
16 changed files with 21 additions and 21 deletions
@@ -12,7 +12,6 @@ export default {
<template>
<div class="read-more">
<div
ref="content"
:class="{
'shrink-container after:shrink-gradient-light dark:after:shrink-gradient-dark':
shrink,
@@ -56,7 +55,6 @@ export default {
@apply max-h-[100px] overflow-hidden relative;
}
.shrink-container::after {
@apply content-[''] absolute bottom-0 left-0 right-0 h-[50px] z-10;
}
.read-more-button {
@apply max-w-max absolute bottom-2 left-0 right-0 mx-auto mt-0 z-20 shadow-sm;