Fix error TS7006: Parameter 'name' implicitly has an 'any' type.

This commit is contained in:
Yeicor
2024-09-07 13:21:06 +02:00
committed by GitHub
parent 8c75f02c57
commit d2b1e04e88

View File

@@ -142,7 +142,7 @@ window.addEventListener('keydown', (event) => {
<v-divider/>
<h5>Selection ({{ selectionFaceCount() }}F {{ selectionEdgeCount() }}E {{ selectionVertexCount() }}V)</h5>
<selection-component ref="selectionComp" v-model="selection" :viewer="props.viewer as any"
@findModel="(name) => emit('findModel', name)"/>
@findModel="(name: string) => emit('findModel', name)"/>
<v-divider/>
<v-spacer></v-spacer>
<h5>Extras</h5>