type: 修改编译错误的type类型

This commit is contained in:
MTrun
2022-02-28 11:00:33 +08:00
parent 9ed848e21f
commit 6dbe603fcd
6 changed files with 10 additions and 10 deletions
@@ -18,7 +18,7 @@
:disabled="item.disabled"
v-for="item in typeList"
:key="item.key"
@click="btnHandle(item.index)"
@click="btnHandle"
>
<component :is="item.title"> </component>
<template #icon>