webfansplz / vite-plugin-vue-inspector

jump to editor source code while click the element of browser automatically.
MIT License
683 stars 70 forks source link

Vue.default is not a constructor #101

Open jzsn2018 opened 1 month ago

jzsn2018 commented 1 month ago

vue, version: "2.6.12"

error occur this code block

 new Vue.default({
      render: h => h(App),
      devtools: {
        hide: true,
      },
    }).$mount(`#${CONTAINER_ID}`)