copy sharkey settings into new frontend preferences model
This commit is contained in:
parent
59ce4d6c28
commit
c371af34e8
50 changed files with 468 additions and 425 deletions
|
|
@ -21,7 +21,7 @@ import { computed, defineAsyncComponent, shallowRef } from 'vue';
|
|||
import type { ComponentExposed } from 'vue-component-type-helpers';
|
||||
import type MkNote from '@/components/MkNote.vue';
|
||||
import type SkNote from '@/components/SkNote.vue';
|
||||
import { defaultStore } from '@/store';
|
||||
import { defaultStore } from '@/store.js';
|
||||
|
||||
const XNote = computed(() =>
|
||||
defineAsyncComponent(() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue