mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
chore: components base
This commit is contained in:
parent
64c92a661c
commit
25a8659786
13 changed files with 821 additions and 19 deletions
|
@ -16,9 +16,11 @@ const layout = computed(() => route?.meta?.layout ?? layouts.base)
|
|||
<template>
|
||||
<n-config-provider>
|
||||
<n-global-style />
|
||||
<component :is="layout">
|
||||
<router-view />
|
||||
</component>
|
||||
<n-message-provider placement="bottom">
|
||||
<component :is="layout">
|
||||
<router-view />
|
||||
</component>
|
||||
</n-message-provider>
|
||||
</n-config-provider>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue