docs(example): add lazy example to docs

This commit is contained in:
Keith Cirkel 2021-03-09 12:15:45 +00:00
Родитель a59d2c6a51
Коммит 3f2b6ff4bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E0736F11348DDD3A
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -8,5 +8,9 @@
<include-fragment src="./pull.html">Loading</include-fragment>
<!-- <script type="module" src="../dist/index.js"></script> -->
<script type="module" src="https://unpkg.com/@github/include-fragment-element@latest?module"></script>
<details>
<summary>Click to unfold a lazy include-fragment</summary>
<include-fragment src="./pull.html" loading="lazy">Loading</include-fragment>
</details>
</body>
</html>