I'm not sure if this is an issue or a configuration problem.One of the contributors to webpack has been helping me sort an issue but we are at a point where he thinks it may be a vue-loader issue. I have a dynamic component/slot that is called via the data captured and passed by...
Description: vue3-loading-shimmer is a customizable, dynamic skeleton loader component for Vue 3 applications. How to use it: 1. Import the vue3LoadingShimmer after installation. import { createApp } from "vue"; import App from "./App.vue"; import vue3LoadingShimmer from "vue3-loading-shi...