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>
|
<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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user