mirror of
https://github.com/koel/koel
synced 2024-12-04 09:49:23 +00:00
12 lines
396 B
Vue
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>
|