File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/plugins/LoadingIndicator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ map.$store.commit('plugin/loadingIndicator/setLoaderStyle', loaderStyle)
44
44
45
45
<table align =" center " >
46
46
<tr align =" center " >
47
- <td width="33%" align="center"><img src="./images /VuetifyLoader.gif" alt="v-progress-linear" height="120px" style="object-fit: none;"><div>v-progress-linear</div></td>
47
+ <td width="33%" align="center"><img src="./assets /VuetifyLoader.gif" alt="v-progress-linear" height="120px" style="object-fit: none;"><div>v-progress-linear</div></td>
48
48
<td width="33%" align="center"><img src="./assets/BasicLoader.gif" alt="BasicLoader" height="120px" style="object-fit: contain;"><div>BasicLoader</div></td>
49
49
<td width="33%" align="center"><img src="./assets/RingLoader.gif" alt="RingLoader" height="120px" style="object-fit: contain;"><div>RingLoader</div></td>
50
50
</tr >
You can’t perform that action at this time.
0 commit comments