Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/components/content-carousel/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 slot="header">example header</h1>
<div class="slick-item">slides</div>
</content-carousel>

<script src="https://unpkg.com/vue" defer></script>
<script src="https://unpkg.com/vue@2" defer></script>
<script src="https://unpkg.com/core-js-bundle" defer></script>
<script
src="https://unpkg.com/regenerator-runtime/runtime.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/en/components/dashboard-carousel/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dashboard-carousel debug layout-api-url="layout.json">
</dashboard-carousel>

<script src="https://unpkg.com/vue" defer></script>
<script src="https://unpkg.com/vue@2" defer></script>
<script src="https://unpkg.com/core-js-bundle" defer></script>
<script
src="https://unpkg.com/regenerator-runtime/runtime.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/en/components/esco-content-menu/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 slot="header-left">Administration</h1>
</esco-content-grid>
</section>
<footer></footer>
<script src="https://unpkg.com/vue" defer></script>
<script src="https://unpkg.com/vue@2" defer></script>
<script src="https://unpkg.com/core-js-bundle" defer></script>
<script
src="https://unpkg.com/regenerator-runtime/runtime.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/en/components/waffle-menu/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1>From a category</h1>
</nav>
</header>

<script src="https://unpkg.com/vue" defer></script>
<script src="https://unpkg.com/vue@2" defer></script>
<script src="https://unpkg.com/core-js-bundle" defer></script>
<script
src="https://unpkg.com/regenerator-runtime/runtime.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/components/content-carousel/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 slot="header">example header</h1>
<div class="slick-item">slides</div>
</content-carousel>

<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue@2"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/regenerator-runtime/runtime.js"></script>
<script src="https://unpkg.com/whatwg-fetch"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/components/dashboard-carousel/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dashboard-carousel debug layout-api-url="layout.json">
</dashboard-carousel>

<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue@2"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/regenerator-runtime/runtime.js"></script>
<script src="https://unpkg.com/whatwg-fetch"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/components/esco-content-menu/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 slot="header-left">Administration</h1>
</esco-content-grid>
</section>
<footer></footer>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue@2"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/regenerator-runtime/runtime.js"></script>
<script src="https://unpkg.com/whatwg-fetch"></script>
Expand Down