mirror of
https://github.com/koel/koel
synced 2024-12-19 09:03:07 +00:00
13 lines
396 B
Vue
13 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>
|