Dave
Dave
Hi @Malkawi1 Q1: Have you deployed the WebSocket server? Q2: Report an error according to the console. `/login` request does not point to the `server/auth` server. Need to filter the...
Hi @Malkawi1 Sorry, I haven't used firebase. But I learned that Firebase Functions doesn't support WebSocket (long-lived connections) .🤷♂️ If you need a dockerfile I can help you.
https://github.com/vuejs/repl/pull/309 Maybe we can use `Sandbox`, not relying on editor configuration
> Is there a difference? It looks like you just moved the code in preview to another place hi @litingyes My original intention is to use `Preview` before: Previously, when...
> > > Is there a difference? It looks like you just moved the code in preview to another place > > > hi [@litingyes](https://github.com/litingyes) > > > > >...
Only the editor is displayed. Do you want to implement a custom layout? 🤔
@2091124175 可以的,你可以直接使用 `Sandbox` https://stackblitz.com/edit/vitejs-vite-socxduic?file=src%2FApp.vue
Hi 👋 @edison1105 . Added some cases (unpkg, npmmirror) https://github.com/vuejs/repl/blob/feat-switch-npm-registry/README.md
> @wangcch Could you please resolve those conflicts? ok sorry, my progress is a bit behind schedule. 🙈
Not related to function syntax. ```js // Exposed things also become "any" export const CompB = defineComponent({ name: 'CompB', setup(props, { expose }) { const something = ref('something' as const);...