Home  >  Q&A  >  body text

Inspect Vue components in the browser without using the VUE-Router library

I'm using vue 3 and the CLI build tool. Will import my component on .net page. I need to inspect my component on browser without using router library. Actually it is a separate component

What is the solution. In Vue 2, I used the gulp build tool and the fractal tool to inspect components in the browser. After migrating to vue-3 I can't find a solution.

P粉729518806P粉729518806213 days ago382

reply all(1)I'll reply

  • P粉391677921

    P粉3916779212024-03-20 10:02:53

    If you use Java or .Net routing pages, simply create a routing page using .Net and import the components into your new page. Hope this will work

    reply
    0
  • Cancelreply