fix: missing script lang in README.md

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-16 13:11:44 +01:00
parent e560cdd257
commit b077241625

View File

@@ -56,10 +56,10 @@ $ yarn add @braks/vue-flow
<template>
<Flow :elements="elements"></Flow>
</template>
<script setup>
<script lang="ts" setup>
import { Flow, Elements } from '@braks/vue-flow'
const elements = ref < Elements > ([
const elements = ref<Elements>([
{
id: '1',
data: {