update(docs): fix view height

This commit is contained in:
Braks
2021-11-06 08:54:35 +01:00
parent 67876cdd1b
commit ae0772b6d4
42 changed files with 91 additions and 220 deletions
+3 -2
View File
@@ -5,7 +5,8 @@ export default defineNuxtConfig({
title: 'Vue Flow',
description: 'Vue Flow Documentation',
},
target: 'client',
ssr: false,
router: {
base: '/',
},
buildModules: ['nuxt-windicss'],
})