Skip to content

Commit 3a534de

Browse files
authored
Use correct path
1 parent e9aba63 commit 3a534de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/LoadingIndicator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ map.$store.commit('plugin/loadingIndicator/setLoaderStyle', loaderStyle)
4444

4545
<table align="center">
4646
<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>
4848
<td width="33%" align="center"><img src="./assets/BasicLoader.gif" alt="BasicLoader" height="120px" style="object-fit: contain;"><div>BasicLoader</div></td>
4949
<td width="33%" align="center"><img src="./assets/RingLoader.gif" alt="RingLoader" height="120px" style="object-fit: contain;"><div>RingLoader</div></td>
5050
</tr>

0 commit comments

Comments
 (0)