Skip to content

Commit 42fbddd

Browse files
committed
🐛 Fix docs title
1 parent 6bbb438 commit 42fbddd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
self.$config = {
2+
title: 'vue-chartjs docs',
23
plugins: [
34
evanyou()
45
],

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
7-
<title>./docs</title>
7+
<title>vue-chartjs doc</title>
88
<link rel="stylesheet" href="https://unpkg.com/docute@2/dist/docute.css">
99
</head>
1010
<body>

0 commit comments

Comments
 (0)