fix: 修复组件指定name重复问题
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
<script>
|
||||
import editEndpointBoxNew from './editEndpointBoxNew'
|
||||
export default {
|
||||
name: 'endpointBox',
|
||||
name: 'addEndpointBox',
|
||||
components: {
|
||||
'edit-endpoint-box-new': editEndpointBoxNew
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user