chore: update deps
This commit is contained in:
parent
0cefadc2a5
commit
230e3a72d9
@ -26,7 +26,7 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.0.3",
|
||||
"@commitlint/config-conventional": "^17.0.3",
|
||||
"@iconify/json": "^2.1.63",
|
||||
"@iconify/json": "^2.1.99",
|
||||
"@iconify/vue": "^3.2.1",
|
||||
"@vitejs/plugin-vue": "^1.10.2",
|
||||
"@vue/compiler-sfc": "^3.2.31",
|
||||
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@ -3,7 +3,7 @@ lockfileVersion: 5.4
|
||||
specifiers:
|
||||
'@commitlint/cli': ^17.0.3
|
||||
'@commitlint/config-conventional': ^17.0.3
|
||||
'@iconify/json': ^2.1.63
|
||||
'@iconify/json': ^2.1.99
|
||||
'@iconify/vue': ^3.2.1
|
||||
'@vitejs/plugin-vue': ^1.10.2
|
||||
'@vue/compiler-sfc': ^3.2.31
|
||||
@ -56,7 +56,7 @@ dependencies:
|
||||
devDependencies:
|
||||
'@commitlint/cli': 17.0.3
|
||||
'@commitlint/config-conventional': 17.0.3
|
||||
'@iconify/json': 2.1.63
|
||||
'@iconify/json': 2.1.99
|
||||
'@iconify/vue': 3.2.1_vue@3.2.31
|
||||
'@vitejs/plugin-vue': 1.10.2_vite@2.9.9
|
||||
'@vue/compiler-sfc': 3.2.31
|
||||
@ -364,11 +364,11 @@ packages:
|
||||
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
||||
dev: true
|
||||
|
||||
/@iconify/json/2.1.63:
|
||||
resolution: {integrity: sha512-WQwTV6KUl0C+VkH3/j9kwlHLOHyPn0pM7f0kFmJgghQ9Ha672UHr/KTuwVqbqn3c+RxnJyY+jIap4ewawMeaZA==}
|
||||
/@iconify/json/2.1.99:
|
||||
resolution: {integrity: sha512-A3kvTZmF5cy3xVF3HhItNFwHN7vY27kzcqBXy53bZwuXmXUstevddoqOQi4/01/OGVFFe9sPowclSWUXX+dErg==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.1.0
|
||||
pathe: 0.2.0
|
||||
pathe: 0.3.2
|
||||
dev: true
|
||||
|
||||
/@iconify/types/1.1.0:
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user