Skip to content

Commit

Permalink
docs(site): add .vue import
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Sep 13, 2024
1 parent bd038f5 commit 37f275f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sites/src/views/layout/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import { genMenus, getMenuIcons } from '@/menus.jsx'
import { router } from '@/router.js'
import { getWord, i18nByKey, appData, appFn, useApiMode, useTemplateMode } from '@/tools'
import useTheme from '@/tools/useTheme'
import FloatSettings from '@/views/components/float-settings'
import FloatSettings from '@/views/components/float-settings.vue'
import VersionTip from '../components/VersionTip.vue'
export default defineComponent({
Expand Down

0 comments on commit 37f275f

Please sign in to comment.