From 63630015a7196db911ea86f98172faecaa0c5f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E8=80=B3=E7=8B=BC?= Date: Wed, 24 Nov 2021 16:12:17 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a56452d2..580b4a6c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ const elements = ref([ /* main.css */ /* import the required styles */ -@import "node_modules/@braks/vue-flow/dist/styles.css"; +@import "node_modules/@braks/vue-flow/dist/style.css"; /* import the default theme (optional) */ @import "node_modules/@braks/vue-flow/dist/theme-default.css";