perf: add eslint import rules, improve the coupling of some components
This commit is contained in:
@@ -30,7 +30,10 @@ const tokenTheme = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<GlobalProvider>
|
||||
<GlobalProvider
|
||||
:enable-ai-assistant="preferences.app.aiAssistant"
|
||||
:is-mobile="preferences.app.isMobile"
|
||||
>
|
||||
<ConfigProvider :locale="antdLocale" :theme="tokenTheme">
|
||||
<App>
|
||||
<RouterView />
|
||||
|
Reference in New Issue
Block a user