Skip to content

Commit 689f1ca

Browse files
committed
chore: update playground
1 parent 718aa39 commit 689f1ca

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/playground/basic/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^5.0.4",
17+
"@vue/devtools": "workspace:^",
1718
"sass": "^1.71.1",
1819
"serve": "^14.2.1",
1920
"typescript": "^5.3.3",

packages/playground/basic/src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ const pinia = createPinia()
1313

1414
const app = createApp(App)
1515

16+
// devtools.connect()
17+
1618
const routes: RouteRecordRaw[] = [
1719
{
1820
path: '/',

0 commit comments

Comments
 (0)