generated from li0nhunter/Website-template
Initial commit
This commit is contained in:
13
client/src/components/readableComponents/ReadableDiv.vue
Normal file
13
client/src/components/readableComponents/ReadableDiv.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import vRecolorText from '@/directives/vRecolorText.ts';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div v-recolor-text>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user