Skip to content

Commit

Permalink
Merge pull request #188 from Ioannis/upgrade_autocomplete_vue_package
Browse files Browse the repository at this point in the history
upgrad primevue
  • Loading branch information
Ioannis authored Apr 30, 2024
2 parents e84d730 + 55eb78e commit f86ac2d
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 30 deletions.
6 changes: 3 additions & 3 deletions app/templates/layout/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
]) . PHP_EOL ?>

<!-- Load Bootstrap, jQuery, and Vue (other scripts at bottom) -->
<!-- https://unpkg.com/browse/primevue@3.51.0 -->
<!-- https://unpkg.com/primevue@3.52.0 -->
<?= $this->Html->script([
'bootstrap/bootstrap.bundle.min.js',
'jquery/jquery.min.js',
'vue/vue-3.2.31.global.prod.js',
'vue/primevue-3.51.0.core.min.js',
'vue/primevue-3.51.0.autocomplete.min.js'
'vue/primevue-3.52.0.core.min.js',
'vue/primevue-3.52.0.autocomplete.min.js'
]) . PHP_EOL ?>

<!-- Include external files and scripts -->
Expand Down
6 changes: 3 additions & 3 deletions app/templates/layout/iframe.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
]) . PHP_EOL ?>

<!-- Load Bootstrap, jQuery, and Vue (other scripts at bottom) -->
<!-- Refer to the following link for any extra libraries https://cdnjs.com/libraries/primevue/3.48.1 -->
<!-- https://unpkg.com/primevue@3.52.0 -->
<?= $this->Html->script([
'bootstrap/bootstrap.bundle.min.js',
'jquery/jquery.min.js',
'vue/vue-3.2.31.global.prod.js',
'vue/primevue-3.51.0.core.min.js',
'vue/primevue-3.51.0.autocomplete.min.js'
'vue/primevue-3.52.0.core.min.js',
'vue/primevue-3.52.0.autocomplete.min.js'
]) . PHP_EOL ?>

<!-- Include external files and scripts -->
Expand Down
1 change: 0 additions & 1 deletion app/webroot/js/vue/primevue-3.48.1.autocomplete.min.js

This file was deleted.

1 change: 1 addition & 0 deletions app/webroot/js/vue/primevue-3.52.0.autocomplete.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit f86ac2d

Please sign in to comment.