Skip to content

Commit

Permalink
AMP-3122: update to Vuejs3 datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Aug 3, 2024
1 parent d202bdb commit 0c1dbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"vue-click-outside": "^1.1.0",
"vue-mediaelement": "^1.0.0",
"vue-router": "^4.4.0",
"vuejs-datepicker": "^1.6.2",
"vuejs3-datepicker": "^1.1.2",
"vuera": "^0.2.7",
"vuex": "^4.1.0",
"vuex-pathify": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/dashboard/DashboardFilters/DateFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</template>
<script>
import { sync } from "vuex-pathify";
import Datepicker from "vuejs-datepicker";
import Datepicker from "vuejs3-datepicker";
import ClickOutside from "vue-click-outside";
export default {
name: "DateFilter",
Expand Down

0 comments on commit 0c1dbdc

Please sign in to comment.