mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
* Update package.json * Update mdSpinner.vue
This commit is contained in:
parent
4bcb6870ce
commit
369f3f0e39
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@
|
|||
"eslint-plugin-html": "^2.0.0",
|
||||
"eventsource-polyfill": "^0.9.6",
|
||||
"express": "^4.14.1",
|
||||
"extract-text-webpack-plugin": "beta",
|
||||
"extract-text-webpack-plugin": "^2.1.0",
|
||||
"file-loader": "^0.10.0",
|
||||
"friendly-errors-webpack-plugin": "^1.1.3",
|
||||
"highlight.js": "^9.9.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<transition name="md-spinner" appear>
|
||||
<div class="md-spinner" :class="[themeClass, classes]":style="styles">
|
||||
<svg class="md-spinner-draw" viewBox="25 25 50 50">
|
||||
<circle class="md-spinner-path" cx="50" cy="50" r="20" :stroke-width="mdStroke" :stroke-dasharray="dashProgress">
|
||||
<circle class="md-spinner-path" cx="50" cy="50" r="20" :stroke-width="mdStroke" :stroke-dasharray="dashProgress" />
|
||||
</svg>
|
||||
</div>
|
||||
</transition>
|
||||
|
|
|
|||
Loading…
Reference in a new issue