rename our components - fixes #534
This commit is contained in:
parent
84e3eae77f
commit
7bafb3ab2e
6 changed files with 5 additions and 5 deletions
|
|
@ -372,7 +372,7 @@ function watchForDraft() {
|
|||
}
|
||||
|
||||
function MFMWindow() {
|
||||
os.popup(defineAsyncComponent(() => import('@/components/MkMfmWindow.vue')), {}, {}, 'closed');
|
||||
os.popup(defineAsyncComponent(() => import('@/components/SkMfmWindow.vue')), {}, {}, 'closed');
|
||||
}
|
||||
|
||||
function checkMissingMention() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue