Skip to content

Commit e4c204e

Browse files
committed
chore(docs): Updated docs.
1 parent ad59af5 commit e4c204e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+9803
-8968
lines changed

docs/app.vue renamed to docs/app/app.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ onMounted(() => {
2222
</script>
2323

2424
<template>
25-
<nuxt-layout>
26-
<b-modal-orchestrator />
27-
<nuxt-page />
28-
</nuxt-layout>
25+
<b-app>
26+
<nuxt-layout>
27+
<nuxt-page />
28+
</nuxt-layout>
29+
</b-app>
2930
</template>

0 commit comments

Comments
 (0)