<el-button slot="append" icon="el-icon-search" @click="queryTypeInfo"></el-button>
时间: 2023-12-20 11:03:57 浏览: 129
search icon(搜索图标)
This code is a Vue.js component that creates a button element with an icon and a click event listener. The button is added to a slot named "append". When the button is clicked, it triggers the "queryTypeInfo" method. The "el-icon-search" class is used to display a magnifying glass icon on the button.
阅读全文