koel/docs/.vitepress/components/UISubjectToChangeNote.vue
2024-07-06 17:44:48 +02:00

12 lines
396 B
Vue

<template>
<div class="tip custom-block">
<p class="custom-block-title">UI is subject to change</p>
<p>
The screenshots and descriptions in this document are based on the latest version of Koel at the time of writing.
As Koel is an ever-evolving project, the actual UI may differ slightly in newer versions.
</p>
</div>
</template>
<script lang="ts" setup>
</script>