mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-02-19 17:40:26 +08:00
perf: standard code format in the views folder
This commit is contained in:
@@ -97,9 +97,9 @@ const handleManageProduct = product => {
|
||||
<template>
|
||||
<div class="main">
|
||||
<div class="w-full flex justify-between mb-4">
|
||||
<el-button :icon="useRenderIcon('add')" @click="formDialogVisible = true"
|
||||
>新建产品</el-button
|
||||
>
|
||||
<el-button :icon="useRenderIcon('add')" @click="formDialogVisible = true">
|
||||
新建产品
|
||||
</el-button>
|
||||
<el-input
|
||||
style="width: 300px"
|
||||
v-model="searchValue"
|
||||
|
||||
Reference in New Issue
Block a user