mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
type: 修改编译错误的type类型
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user