引用下方代码
<template> <div class="loader-box"> <LELoading1 ></LELoading1> </div> </template> <script> export default {}; </script> <style> .demo-content { background: #1c2d3b; } .loader-box { display: flex; justify-content: center; } </style>
<template> <div class="loader-box"> <LELoading2 :backgroundColor="['#C0D8EE','#C0D8EE','#C0D8EE']"></LELoading2> </div> </template> <script> export default {}; </script> <style> .demo-content { background: #1c2d3b; } .loader-box { display: flex; justify-content: center; } </style>
<template> <div class="loader-box"> <LELoading3 :backgroundColor="['#C0D8EE','#C0D8EE','#C0D8EE']"></LELoading3> </div> </template> <script> export default {}; </script> <style> .demo-content { background: #1c2d3b; } .loader-box { display: flex; justify-content: center; } </style>
← 按钮