File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed
storage/framework/.stacks/core/vite/src Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const { t } = useI18n()
43
43
<div class =" bg-white h-full flex flex-col items-center justify-center" >
44
44
<div class =" border-2 border-gray-100 p-4 rounded" >
45
45
<h1 class =" text-gray-900 text-7xl tracking-tight uppercase font-semibold" >
46
- Danyel Group
46
+ Stacks
47
47
</h1 >
48
48
</div >
49
49
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ import { config } from '@stacksjs/config'
8
8
// @ts -expect-error missing types
9
9
import Layouts from 'vite-plugin-vue-layouts'
10
10
import Components from 'unplugin-vue-components/vite'
11
- import AutoImport from 'unplugin-auto-import/vite'
11
+ import { autoImports } from './plugin/auto-imports'
12
+ // import AutoImport from 'unplugin-auto-import/vite'
12
13
import Markdown from 'unplugin-vue-markdown/vite'
13
14
import VueMacros from 'unplugin-vue-macros/vite'
14
15
import VueI18n from '@intlify/unplugin-vue-i18n/vite'
@@ -108,25 +109,7 @@ export default defineConfig({
108
109
} ) ,
109
110
110
111
// https://github.com/antfu/unplugin-auto-import
111
- AutoImport ( {
112
- imports : [
113
- 'vue' ,
114
- 'vue-i18n' ,
115
- '@vueuse/head' ,
116
- '@vueuse/core' ,
117
- VueRouterAutoImports ,
118
- {
119
- // add any other imports you were relying on
120
- 'vue-router/auto' : [ 'useLink' ] ,
121
- } ,
122
- ] ,
123
- dts : p . frameworkStoragePath ( 'types/auto-imports.d.ts' ) ,
124
- dirs : [
125
- p . resourcesPath ( 'functions' ) ,
126
- p . resourcesPath ( 'stores' ) ,
127
- ] ,
128
- vueTemplate : true ,
129
- } ) ,
112
+ autoImports ( ) ,
130
113
131
114
// https://github.com/antfu/unplugin-vue-components
132
115
Components ( {
You can’t perform that action at this time.
0 commit comments