vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
930 stars 172 forks source link

Register global components from locally imported files #41

Closed AustinGil closed 1 year ago

AustinGil commented 2 years ago

I'm have documentation for an existing component library. I'd like to add this into the examples to showcase the components, but I dont see anything about registering components. Is that possible?

If so, can I register global components, or use a plugin in the Vue instance that is responsible for rendering the results?

sxzz commented 1 year ago

Done via #42