mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-21 05:21:52 +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",
|
"eslint-plugin-html": "^2.0.0",
|
||||||
"eventsource-polyfill": "^0.9.6",
|
"eventsource-polyfill": "^0.9.6",
|
||||||
"express": "^4.14.1",
|
"express": "^4.14.1",
|
||||||
"extract-text-webpack-plugin": "beta",
|
"extract-text-webpack-plugin": "^2.1.0",
|
||||||
"file-loader": "^0.10.0",
|
"file-loader": "^0.10.0",
|
||||||
"friendly-errors-webpack-plugin": "^1.1.3",
|
"friendly-errors-webpack-plugin": "^1.1.3",
|
||||||
"highlight.js": "^9.9.0",
|
"highlight.js": "^9.9.0",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<transition name="md-spinner" appear>
|
<transition name="md-spinner" appear>
|
||||||
<div class="md-spinner" :class="[themeClass, classes]":style="styles">
|
<div class="md-spinner" :class="[themeClass, classes]":style="styles">
|
||||||
<svg class="md-spinner-draw" viewBox="25 25 50 50">
|
<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>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue