vue-date-fns icon indicating copy to clipboard operation
vue-date-fns copied to clipboard

Error: 'default' is not exported by node_modules\vue-date-fns\src\index.js

Open rosdi opened this issue 3 years ago • 0 comments

This statement no longer works? import dateFilter from 'vue-date-fns';

I am getting this error: Error: 'default' is not exported by node_modules\vue-date-fns\src\index.js imported by <snip>...

This is what is in my package.json :

    "date-fns": "^2.21.3",
    "vue": "^2.6.11",
    "vue-class-component": "^7.2.3",
    "vue-date-fns": "^2.0.1",

Any thought?

rosdi avatar May 14 '21 06:05 rosdi