We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c95fd commit 15838d7Copy full SHA for 15838d7
app.vue
@@ -8,11 +8,9 @@
8
9
<nuxt-loading-indicator :color="themeConfig.light?.common?.primaryColor" :height="3" />
10
11
- <n-message-provider>
12
- <nuxt-layout>
13
- <nuxt-page />
14
- </nuxt-layout>
15
- </n-message-provider>
+ <nuxt-layout>
+ <nuxt-page />
+ </nuxt-layout>
16
</naive-config>
17
</template>
18
pages/account.vue
@@ -12,7 +12,9 @@
</n-tab-pane>
<n-tab-pane v-if="user?.provider === 'default'" name="security" tab="Security">
- <AccountPassword class="mt-4" />
+ <n-message-provider>
+ <AccountPassword class="mt-4" />
+ </n-message-provider>
19
20
<n-tab-pane name="preferences" tab="Preferences">
0 commit comments