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 8b820fb commit 12ed709Copy full SHA for 12ed709
playground/App.vue
@@ -14,7 +14,7 @@ import TestCssVBind from "./css/TestCssVBind.vue";
14
15
<template>
16
<div>
17
- <h1>Vite-Plugin-Vue2 Playground</h1>
+ <h1>Unplugin-Vue2 Playground</h1>
18
<ScriptSetup msg="prop from parent" />
19
<!-- <TestMultiplySrcImport /> -->
20
<TestBlockSrcImport />
test/test.spec.ts
@@ -21,7 +21,7 @@ beforeAll(async () => {
21
22
afterAll(postTest, TIMEOUT);
23
24
-describe("vite-plugin-vue2", () => {
+describe("unplugin-vue2", () => {
25
describe("dev", () => {
26
declareTests(false);
27
});
0 commit comments