-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[improve][UI] update dependencies && remove useless code #164
base: main
Are you sure you want to change the base?
Conversation
Please add running screenshots |
import { defineComponent, computed, watch, ref } from 'vue' | ||
import { useSettingStore } from '@/store/setting' | ||
import { useThemeStore } from '@/store/theme' | ||
import themeList from '@/themes' | ||
import { | ||
NConfigProvider, | ||
NMessageProvider, | ||
NDialogProvider, | ||
NMessageProvider, | ||
darkTheme, | ||
dateZhCN, | ||
dateEnUS, | ||
zhCN, | ||
enUS | ||
dateZhCN, | ||
enUS, | ||
zhCN | ||
} from 'naive-ui' | ||
import { useThemeStore } from '@/store/theme' | ||
import { useSettingStore } from '@/store/setting' | ||
import type { | ||
CustomThemeCommonVars, | ||
ThemeCommonVars | ||
} from 'naive-ui/es/config-provider/src/interface' | ||
import { computed, defineComponent, watch } from 'vue' | ||
import { useI18n } from 'vue-i18n' | ||
import themeList from '@/themes' | ||
import type { GlobalThemeOverrides } from 'naive-ui' | ||
import type { Ref } from 'vue' | ||
import type { CustomThemeCommonVars, ThemeCommonVars } from 'naive-ui/es/config-provider/src/interface' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baicie I think these are non essential changes that need to be made, and there is no need to format them
} | ||
) | ||
} | ||
) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, and so on
Thanks @baicie for raising this PR. |
ok |
Purpose of this pull request
Check list
New License Guide