mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor - Misc section
This commit is contained in:
parent
ab677831bd
commit
1b88a2f7d1
13 changed files with 47 additions and 39 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div :class="cx('root')" role="progressbar" v-bind="ptmi('root')">
|
||||
<svg :class="cx('spinner')" viewBox="25 25 50 50" :style="svgStyle" v-bind="ptm('spinner')">
|
||||
<svg :class="cx('spin')" viewBox="25 25 50 50" :style="svgStyle" v-bind="ptm('spin')">
|
||||
<circle :class="cx('circle')" cx="50" cy="50" r="20" :fill="fill" :stroke-width="strokeWidth" strokeMiterlimit="10" v-bind="ptm('circle')" />
|
||||
</svg>
|
||||
</div>
|
||||
|
|
|
@ -2,7 +2,7 @@ import BaseStyle from 'primevue/base/style';
|
|||
|
||||
const classes = {
|
||||
root: 'p-progressspinner',
|
||||
spinner: 'p-progressspinner-spin',
|
||||
spin: 'p-progressspinner-spin',
|
||||
circle: 'p-progressspinner-circle'
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue