-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These web components are not compatible with Vue 3
- Loading branch information
Jonathan M. Tran
committed
Mar 10, 2022
1 parent
7494827
commit 211ec16
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|