mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
Merge branch 'develop'
* develop:
🐛 Fix docs title
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
self.$config = {
|
self.$config = {
|
||||||
|
title: 'vue-chartjs docs',
|
||||||
plugins: [
|
plugins: [
|
||||||
evanyou()
|
evanyou()
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
|
||||||
<title>./docs</title>
|
<title>vue-chartjs doc</title>
|
||||||
<link rel="stylesheet" href="https://unpkg.com/docute@2/dist/docute.css">
|
<link rel="stylesheet" href="https://unpkg.com/docute@2/dist/docute.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user