Skip to content

Commit dc3493d

Browse files
fix: Set header bar title (#13)
1 parent 0279bc1 commit dc3493d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/app.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default defineAppConfig({
2+
header: {
3+
title: 'Vue Split Panel',
4+
},
5+
});

docs/tsconfig.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"files": [],
3+
"references": [
4+
{
5+
"path": "./.nuxt/tsconfig.app.json"
6+
},
7+
{
8+
"path": "./.nuxt/tsconfig.server.json"
9+
},
10+
{
11+
"path": "./.nuxt/tsconfig.shared.json"
12+
},
13+
{
14+
"path": "./.nuxt/tsconfig.node.json"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)