vue-datepicker

This commit is contained in:
cgfhtw
2023-11-29 15:25:39 +01:00
parent a8b4e2b399
commit 6f3335cc3d
2 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,9 +1,9 @@
<?php
if(file_exists("../../../vendor/vuepic/vue-datepicker-js/vue-datepicker.iife.js"))
if(file_exists("../../../vendor/vuejs/vuedatepicker_js/vue-datepicker.iife.js"))
{
header('Content-Type: application/javascript');
echo file_get_contents("../../../vendor/vuepic/vue-datepicker-js/vue-datepicker.iife.js");
echo file_get_contents("../../../vendor/vuejs/vuedatepicker_js/vue-datepicker.iife.js");
echo "export default VueDatePicker";
}
else