fix: missing script lang in README.md
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user