casbloem / vue-luxon

Easy use of datetime with Luxon in Vue
https://npmjs.com/package/vue-luxon
72 stars 8 forks source link

v-luxon:format through eslint error #2

Closed rajagopalx closed 6 years ago

rajagopalx commented 6 years ago

Demo: https://codesandbox.io/s/w7y824rp6w

While using v-luxon:format('dd-MM-YY'), I got eslint parsing error.

casbloem commented 6 years ago

You should use the filter for now.

I've changed your example to filter: https://codesandbox.io/s/8l87p26wmj

(v-luxon will be added again later)

rajagopalx commented 6 years ago

Thank you.