Skip to content

Commit

Permalink
docs(demo): explicitly using vue@2
Browse files Browse the repository at this point in the history
These web components are not compatible with Vue 3
  • Loading branch information
Jonathan M. Tran committed Mar 10, 2022
1 parent 7494827 commit 211ec16
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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.6.14" 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.6.14" 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.6.14" 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.6.14" 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.6.14"></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.6.14"></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.6.14"></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

0 comments on commit 211ec16

Please sign in to comment.