Component({
mixins: [],
data: {
array12: Array.from({ length: 12 }),
},
props: {
type: "circular",
size:"",
color:"",
className:"",
style:"",
loadingClass:"",
textClass:"",
vertical: false
},
didMount() {},
didUpdate() {},
didUnmount() {},
methods: {},
});