Skip to content
Snippets Groups Projects
Commit 97828240 authored by syuilo's avatar syuilo
Browse files

fix(client): fix compare-versions import

parent 84855593
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ if (localStorage.getItem('accounts') != null) {
//#endregion
import { computed, createApp, watch, markRaw, version as vueVersion } from 'vue';
import * as compareVersions from 'compare-versions';
import compareVersions from 'compare-versions';
import widgets from '@/widgets';
import directives from '@/directives';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment