File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import ' floating-vue/dist/style.css'
3+ import ' @vue/devtools-applet/style.css'
34import ' vanilla-jsoneditor/themes/jse-theme-dark.css'
45import ' vue-virtual-scroller/dist/vue-virtual-scroller.css'
56import ' ./styles/global.css'
Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { Components as VueComponents } from ' @vue/devtools-applet'
3- import ' @vue/devtools-applet/style.css'
43
54const { connected } = useVueDevToolsState ()
65const client = useClient ()
Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { Pinia } from ' @vue/devtools-applet'
3- import ' @vue/devtools-applet/style.css'
43
54const { connected } = useVueDevToolsState ()
65
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ html.dark {
2222.v-popper--theme-dropdown .v-popper__inner ,
2323.v-popper--theme-tooltip .v-popper__inner {
2424 --at-apply : bg-base text-black dark-text-white;
25- --at-apply : rounded border border-base shadow;
25+ --at-apply : rounded border border-base! shadow;
2626 box-shadow : 0 6px 30px # 0000001a ;
2727}
2828
You can’t perform that action at this time.
0 commit comments