We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fb11e commit 854c3b3Copy full SHA for 854c3b3
src/index.ts
@@ -5,7 +5,7 @@ import { genComponentBlockCode } from "./gen";
5
import { pascalCase } from "./utils";
6
7
export default function vueNestedSFC(): PluginOption {
8
- const prefix = "virtual:vue-nested-sfc/";
+ const prefix = "virtual:vue-nested-sfc";
9
10
let config: ResolvedConfig;
11
let cache: ReturnType<typeof createCache>;
0 commit comments