using vue with webpack components to develop a single-page application, now encountered the following problems:
uses a third-party js library bootstrap-editable to achieve inline editing, in which for date, this library uses moment.js
I have installed the momentjs package, and there is no problem in creating a moment object in a component (eg:content.vue).
and when calling the following method in this component (content.vue)
sourcemap:moment.js
:
ask colleagues to take a look at how to solve it. Thank you very much