fix: missing script lang in README.md
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -56,7 +56,7 @@ $ yarn add @braks/vue-flow
|
|||||||
<template>
|
<template>
|
||||||
<Flow :elements="elements"></Flow>
|
<Flow :elements="elements"></Flow>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script lang="ts" setup>
|
||||||
import { Flow, Elements } from '@braks/vue-flow'
|
import { Flow, Elements } from '@braks/vue-flow'
|
||||||
|
|
||||||
const elements = ref<Elements>([
|
const elements = ref<Elements>([
|
||||||
|
|||||||
Reference in New Issue
Block a user