@silexlabs/silex-dashboard 1.0.27 → 1.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -144,7 +144,7 @@ input:focus {
|
|
|
144
144
|
|
|
145
145
|
/*FX ANIMATIONS*/
|
|
146
146
|
</style>
|
|
147
|
-
<script src="/
|
|
147
|
+
<script src="/js/vue.global.js"></script>
|
|
148
148
|
<script src="/js/main.js"></script>
|
|
149
149
|
<script type="module">
|
|
150
150
|
window.addEventListener('load', function() {
|
|
@@ -144,7 +144,7 @@ input:focus {
|
|
|
144
144
|
|
|
145
145
|
/*FX ANIMATIONS*/
|
|
146
146
|
</style>
|
|
147
|
-
<script src="/
|
|
147
|
+
<script src="/js/vue.global.js"></script>
|
|
148
148
|
<script src="/js/main.js"></script>
|
|
149
149
|
<script type="module">
|
|
150
150
|
window.addEventListener('load', function() {
|