Closed rajagopalx closed 6 years ago
Demo: https://codesandbox.io/s/w7y824rp6w
While using v-luxon:format('dd-MM-YY'), I got eslint parsing error.
v-luxon:format('dd-MM-YY')
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)
Thank you.
Demo: https://codesandbox.io/s/w7y824rp6w
While using
v-luxon:format('dd-MM-YY')
, I got eslint parsing error.