vuejs / repl

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

How to configure the `app` for custom elements #268

Open KonnorRogers opened 3 months ago

KonnorRogers commented 3 months ago

How does one configure the Vue SFC playground https://play.vuejs.org/ for custom elements?

I can't find any documentation on how to pass options to createApp() for isCustomElement

https://vuejs.org/api/application.html#app-config-compileroptions-iscustomelement

filimon-danopoulos-stratsys commented 6 days ago

I too request this, I can't to seem to find a way to provide this setting.