aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-14 23:30:06 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-14 23:30:06 +0200
commit8559fbd7744fe82b7702a5c0eb77a8d627c5a73d (patch)
tree642d53a300db113ab2fabb7403a3114ee6254dfe /src/App.vue
parent0af7d81abd987aa5d1b0321c25a65131d978e929 (diff)
downloadit-tools-8559fbd7744fe82b7702a5c0eb77a8d627c5a73d.tar.gz
it-tools-8559fbd7744fe82b7702a5c0eb77a8d627c5a73d.tar.zst
it-tools-8559fbd7744fe82b7702a5c0eb77a8d627c5a73d.zip
refactor: removed theme editor
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/App.vue b/src/App.vue
index eb22b2e..98f9152 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4,7 +4,6 @@ import { layouts } from './layouts';
import { computed } from 'vue';
import { useRoute } from 'vue-router'
import { darkThemeOverrides, lightThemeOverrides } from './themes'
-import { NThemeEditor } from 'naive-ui'; // TODO: remove before mep
import {
darkTheme,
NConfigProvider,
@@ -24,12 +23,9 @@ const themeOverrides = computed(() => styleStore.isDarkTheme ? darkThemeOverride
<n-config-provider :theme="theme" :theme-overrides="themeOverrides">
<n-global-style />
<n-message-provider placement="bottom">
- <n-theme-editor>
- <!-- TODO: remove before mep -->
- <component :is="layout">
- <router-view />
- </component>
- </n-theme-editor>
+ <component :is="layout">
+ <router-view />
+ </component>
</n-message-provider>
</n-config-provider>
</template>
/precompile-linux-dependencies Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/define-properties.mjs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-03Run tests on pull requestsGravatar Ashcon Partovi 1-0/+7
2023-02-03Run tests on pushGravatar Ashcon Partovi 1-0/+7
2023-02-03anotherGravatar Dylan Conway 1-1/+1
2023-02-03integers overflowingGravatar Dylan Conway 1-1/+1
2023-02-03Attempt to debug annotations 2Gravatar Ashcon Partovi 1-4/+1
2023-02-03Attempt to debug annotationsGravatar Ashcon Partovi 1-0/+7
2023-02-03Fix console output in bun wiptestGravatar Ashcon Partovi 1-4/+3
2023-02-03Use GitHub action SDKGravatar Ashcon Partovi 4-10/+16