alexjoverm / alexjoverm/v-lazy-image
VLazyImage not resolving paths (vite & relative paths) - Only CDN Images works
Aperta
- Lingua principale
- JavaScript
- Stelle
- 987
- Fork
- 68
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Eg:
```html
```
But on using it with `VLazyImage`
```html
```
These are my `vite.config.ts`
```ts
export default defineConfig({
base: "./",
resolve: {
alias: {
"@": resolve(__dirname, "./src"),
},
},
plugins: [vue(), Components()],
});
```
Even, relative links are not working here. only cdn works for now.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.