Skip to content

Commit 854c3b3

Browse files
committed
fix: file read error on linux
1 parent e7fb11e commit 854c3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { genComponentBlockCode } from "./gen";
55
import { pascalCase } from "./utils";
66

77
export default function vueNestedSFC(): PluginOption {
8-
const prefix = "virtual:vue-nested-sfc/";
8+
const prefix = "virtual:vue-nested-sfc";
99

1010
let config: ResolvedConfig;
1111
let cache: ReturnType<typeof createCache>;

0 commit comments

Comments
 (0)