mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
* feat: new dropdown-based editor switching * feat: tab based switching * feat: add icon * fix: lint * chore: i18n translations oh boy was this a 'chore'
9 lines
145 B
Vue
9 lines
145 B
Vue
<template>
|
|
<div class="text-gray-100">{{ $t("todo") }}</div>
|
|
</template>
|
|
<script lang="ts" setup>
|
|
useHead({
|
|
title: "Settings",
|
|
});
|
|
</script>
|