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 718aa39 commit 689f1caCopy full SHA for 689f1ca
packages/playground/basic/package.json
@@ -14,6 +14,7 @@
14
},
15
"devDependencies": {
16
"@vitejs/plugin-vue": "^5.0.4",
17
+ "@vue/devtools": "workspace:^",
18
"sass": "^1.71.1",
19
"serve": "^14.2.1",
20
"typescript": "^5.3.3",
packages/playground/basic/src/main.ts
@@ -13,6 +13,8 @@ const pinia = createPinia()
13
const app = createApp(App)
+// devtools.connect()
+
const routes: RouteRecordRaw[] = [
{
path: '/',
0 commit comments