update(docs): README.md

* add css import to example

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-17 09:36:23 +01:00
parent 7b9ca28505
commit 68e44adea6
+3
View File
@@ -56,6 +56,9 @@ $ yarn add @braks/vue-flow
<script lang="ts" setup> <script lang="ts" setup>
import { VueFlow, Elements, Position } from '@braks/vue-flow' import { VueFlow, Elements, Position } from '@braks/vue-flow'
// import the default theme (optional)
import 'node_modules/@braks/vue-flow/dist/theme-default.css'
const elements = ref<Elements>([ const elements = ref<Elements>([
{ {
id: '1', id: '1',