chore: update deps

This commit is contained in:
张传龙
2022-08-27 12:03:58 +08:00
parent 0cefadc2a5
commit 230e3a72d9
4 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div p24>
<n-button type="error" @click="handleDelete">删除</n-button>
<n-button type="error" @click="handleDelete"> <icon-mi:delete mr-5 />删除</n-button>
</div>
</template>

View File

@@ -1,6 +1,9 @@
<template>
<div p24>
<n-button type="primary" @click="handleLogin">点击登陆</n-button>
<n-button type="primary" @click="handleLogin">
<icon-mdi:login mr-5 />
登陆
</n-button>
</div>
</template>