updating buttons, dark mode, flags, and configs

This commit is contained in:
2022-05-28 17:45:30 -06:00
parent 92541aee3a
commit 0908b601ce
6 changed files with 91 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<script setup>
import { reactive, computed, onBeforeMount, provide } from 'vue'
import { reactive, computed, onBeforeMount, onMounted, provide } from 'vue'
const emit = defineEmits(['themeUpdate'])