File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 :sib-directories =" sibDirectories"
2929 :sib-files =" sibFiles"
3030 @save ="
31- ($event) => {
31+ ($event: string ) => {
3232 changeName($event)
3333 nameInput = ''
3434 }
Original file line number Diff line number Diff line change 3232 )
3333 "
3434 @click:close-item ="
35- (full, isDir) => emit('click:close-item', full, isDir)
35+ (full: string , isDir: boolean ) => emit('click:close-item', full, isDir)
3636 "
3737 />
3838 </template >
5151 }"
5252 @click:close-match =" emit('click:close-match', fullPath, $event)"
5353 @click:replace-match ="
54- (fullPath, match) => replaceMatch(fullPath, match, replace)
54+ (fullPath: string , match: Match ) => replaceMatch(fullPath, match, replace)
5555 "
5656 @click:close =" emit('click:close-item', fullPath, false)"
5757 @click:replace ="
You can’t perform that action at this time.
0 commit comments