2021-06-10 13:23:01 +08:00

10 lines
268 B
Vue

<template>
<svg viewBox="25 25 50 50" class="common-loading"><circle cx="50" cy="50" r="20" fill="none" stroke-width="5" stroke-miterlimit="10" class="common-path"></circle></svg>
</template>
<script>
export default {
name: 'Loading',
}
</script>