tab, component, popup 변경
This commit is contained in:
@@ -44,5 +44,8 @@ export default defineNuxtConfig({
|
||||
shim: false,
|
||||
strict: true,
|
||||
},
|
||||
plugins: ['~/plugins/vue3-tui-grid.client.ts']
|
||||
plugins: ['~/plugins/vue3-tui-grid.client.ts'],
|
||||
components: [
|
||||
{ path: '~/components', pathPrefix: false }, // 경로 접두사 제거
|
||||
]
|
||||
});
|
||||
|
Reference in New Issue
Block a user