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 0279bc1 commit dc3493dCopy full SHA for dc3493d
docs/app.config.ts
@@ -0,0 +1,5 @@
1
+export default defineAppConfig({
2
+ header: {
3
+ title: 'Vue Split Panel',
4
+ },
5
+});
docs/tsconfig.json
@@ -0,0 +1,17 @@
+{
+ "files": [],
+ "references": [
+ {
+ "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