I just upgraded Vue to version 2.4.4, and now im getting an warning from Vue:
"Method "_init" conflicts with an existing Vue instance method. Avoid defining component methods that start with _ or $."
Im not quite sure how to handle this, anyone experienced the same, and know how to fix it?
node_modulesandpackage-lock.jsonfile, and after run thenpm installcommand.