docs: remove demo status badge

This commit is contained in:
Tony
2022-06-14 20:16:40 +01:00
committed by GitHub
parent 1d60f41fd3
commit 170a2ce94f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
Author: <a v-for="uid in author.split(' ')" :href="`https://github.com/${uid}`" target="_blank"> @{{ uid }} </a>
</p>
<p class="example">
<span>Example:</span> <a :href="demoUrl" target="_blank">{{demoUrl}}</a> <img :src="'https://img.shields.io/website?label=status&style=flat-square&url=' + encodeURIComponent(encodeURI(demoUrl))">
<span>Example:</span> <a :href="demoUrl" target="_blank">{{demoUrl}}</a> <!--<img :src="'https://img.shields.io/website?label=status&style=flat-square&cacheSeconds=86400&url=' + encodeURIComponent(encodeURI(demoUrl))">-->
</p>
<p class="path">
Route: <code>{{ path }}</code>