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
+2 -2
View File
@@ -56,10 +56,10 @@ $ 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>([
{ {
id: '1', id: '1',
data: { data: {