<template>
<el-button type="primary" :loading="true">Loading</el-button>
</template>
<style>
:root {
--el-color-primary: #409eff;
}
</style>