feat(docs): Add docs index page
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+2
-4
@@ -1,14 +1,12 @@
|
||||
<template>
|
||||
<Header />
|
||||
<div id="app" class="flex">
|
||||
<Sidebar />
|
||||
<div id="vue-flow-docs" class="flex-1">
|
||||
<NuxtPage />
|
||||
</div>
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
<style>
|
||||
@import 'assets/index.css';
|
||||
|
||||
/* these are necessary styles for vue flow */
|
||||
@import 'node_modules/@braks/vue-flow/dist/style.css';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user