I have a Vue 2 project, and I\'ve written a simple function for translating months in dates, which I would like to import in one of my components, but I\'m getting an error:
You have to specify default explicitly:
default
export default function translateDate(date) { .. }