0 votes
in VueJS by
How do you create UI plugins kind of behavior?

1 Answer

0 votes
by

You can also add files that will behave like UI plugins with the vuePlugins.ui option

{
  "vuePlugins": {
    "ui": ["my-ui.js"]
  }
}

Related questions

0 votes
asked Sep 12, 2023 in VueJS by AdilsonLima
0 votes
asked Sep 14, 2023 in VueJS by AdilsonLima
...