2020-08-27 17:18:57 +08:00

248 B

layout
templateLayout
<template>
    <Loading></Loading>
    <Loading size="24px" border-width="5px"></Loading>
    <Loading color="red" size="18px" border-width="1px"></Loading>
</template>
<script>
export default {
}
</script>