When I use import Vue from "vue/dist/vue.esm.js", it included twice (in console shows "You are running Vue in development mode." twice)
First: from import Vue from "vue/dist/vue.esm.js",
Second: any component importing.
Is there are settings to configure vue.esm to use globally?
When I use import Vue from "vue/dist/vue.esm.js", it included twice (in console shows "You are running Vue in development mode." twice) First: from import Vue from "vue/dist/vue.esm.js", Second: any component importing.
Is there are settings to configure vue.esm to use globally?