常用的操作按钮
基础的按钮用法
<template> <ml-alert class="ml-alert" title="成功提示的文案" type="success"> </ml-alert> </template> <script> export default { name: 'AlertDemoBase' } </script> <style scoped> .ml-alert { margin-bottom: 10px; } </style>
← Message 提示 Card 卡片 →