mirror of
https://github.com/MarcZierle/photo-log-frontend.git
synced 2025-04-08 05:24:37 +00:00
20 lines
722 B
HTML
20 lines
722 B
HTML
<!DOCTYPE>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Sample Components in Vue</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docute@4/dist/docute.css">
|
|
</head>
|
|
<body>
|
|
<div id="docute"></div>
|
|
<script src="https://cdn.jsdelivr.net/npm/docute@4/dist/docute.js"></script>
|
|
<script>
|
|
new Docute({
|
|
target: '#docute',
|
|
sidebar: JSON.parse('[{"title":"Sample Components","links":[{"title":"testcomponent","link":"/components/testcomponent"}]}]'.replace(/\&\#34\;/g, '"'))
|
|
})
|
|
</script>
|
|
</body>
|
|
</html>
|