From 462938a3be8c6842d77caae77ead5eb446cc62ba Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Fri, 12 May 2023 09:48:06 +0900 Subject: [PATCH] fix for css v-bind --- src/index.ts | 1 + test/parser-options-project.js | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/src/index.ts b/src/index.ts index 20a067f..f4e0077 100644 --- a/src/index.ts +++ b/src/index.ts @@ -164,6 +164,7 @@ function parseAsSFC(code: string, options: ParserOptions) { yield " + `, { project: true,