update(docs): README.md
* add css import to example Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user