We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d61c76 commit 0ebc937Copy full SHA for 0ebc937
src/components/mdSpinner/mdSpinner.vue
@@ -2,11 +2,7 @@
2
<transition name="md-spinner" appear>
3
<div class="md-spinner" :class="[themeClass, classes]":style="styles">
4
<svg class="md-spinner-draw" viewBox="25 25 50 50">
5
-<<<<<<< HEAD
6
<circle class="md-spinner-path" cx="50" cy="50" r="20" :stroke-width="mdStroke" :stroke-dasharray="dashProgress"></circle>
7
-=======
8
- <circle class="md-spinner-path" cx="50" cy="50" r="20" :stroke-width="mdStroke" :stroke-dasharray="dashProgress" />
9
->>>>>>> 369f3f0e392dd4fcc2c4e26e80a2e36d6dcf54cd
10
</svg>
11
</div>
12
</transition>
0 commit comments