Skip to content

Commit 2a33919

Browse files
committed
Replace custom css with Vuetify-native classes in Interval.vue
1 parent 01a50ab commit 2a33919

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

src/components/Util/Interval.vue

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<template>
2-
<span :class="[
3-
'CheckVerification',
4-
`CheckVerification--${interval}`
5-
]"
6-
ref="elm" />
2+
<span class="d-none" ref="elm" />
73
</template>
84

95
<script>
@@ -39,9 +35,3 @@ export default {
3935
},
4036
}
4137
</script>
42-
43-
<style>
44-
.CheckVerification {
45-
display: none;
46-
}
47-
</style>

0 commit comments

Comments
 (0)