tsparticles / vue3

Vue.js tsParticles official component
MIT License
109 stars 6 forks source link

Could you please improve the usage example of vue3-particles pack on npm web #10

Closed seechangan closed 1 year ago

seechangan commented 1 year ago

Could you please improve the example of using vue3-particles local registration component in npm official website? Maybe I only need local use but I register the component globally, this seems a bit bad, I try local registration but there will be an error

matteobruni commented 1 year ago

Could you please improve the example of using vue3-particles local registration component in npm official website? Maybe I only need local use but I register the component globally, this seems a bit bad, I try local registration but there will be an error

The use is a plugin, not a component. There's no local registration for plugins.

seechangan commented 1 year ago

Could you please improve the example of using vue3-particles local registration component in npm official website? Maybe I only need local use but I register the component globally, this seems a bit bad, I try local registration but there will be an error

The use is a plugin, not a component. There's no local registration for plugins.

sry That was my mistake