@@ -12,8 +12,3 @@ const dataContent = computed((): string => {
|
||||
return props.content.toLocaleUpperCase();
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.is-divider-vertical[data-content]::after {
|
||||
background-color: $body-background-color;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user