index.vue 142 Bytes
Newer Older
Davve's avatar
Davve committed
1 2 3 4 5
<template functional>
  <div style="padding:30px;">
    <el-alert :closable="false" title="menu 1-2-1" type="warning" />
  </div>
</template>