Mirza Andriamanamisoa Marotsaha
Mirza Andriamanamisoa Marotsaha
@tommyo, can you share a link on how did you implement the decorator firestorebind ? Even if it is not ready for productio yet
Hello @ota-meshi I think it's a good idea. I will do it like that then. ```json { "vue/no-duplicate-attributes": ["error", { "allowCoexistClass": true, "allowCoexistStyle": true, "allowedDOMProps": [ { "name": "", "props":...
I have the same issue with element-plus ```sh [vite-ssg] An internal error occurred. [vite-ssg] Please report an issue, if none already exists: https://github.com/antfu/vite-ssg/issues node:internal/errors:465 ErrorCaptureStackTrace(err); ^ TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file...
This works perfectly for me ```ts export default defineNuxtConfig({ .... routeRules: { '/proxy/**': { proxy: 'https://my-api.com/**' } }, ... } ```