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 28
28
:sib-directories =" sibDirectories"
29
29
:sib-files =" sibFiles"
30
30
@save ="
31
- ($event) => {
31
+ ($event: string ) => {
32
32
changeName($event)
33
33
nameInput = ''
34
34
}
Original file line number Diff line number Diff line change 32
32
)
33
33
"
34
34
@click:close-item ="
35
- (full, isDir) => emit('click:close-item', full, isDir)
35
+ (full: string , isDir: boolean ) => emit('click:close-item', full, isDir)
36
36
"
37
37
/>
38
38
</template >
51
51
}"
52
52
@click:close-match =" emit('click:close-match', fullPath, $event)"
53
53
@click:replace-match ="
54
- (fullPath, match) => replaceMatch(fullPath, match, replace)
54
+ (fullPath: string , match: Match ) => replaceMatch(fullPath, match, replace)
55
55
"
56
56
@click:close =" emit('click:close-item', fullPath, false)"
57
57
@click:replace ="
You can’t perform that action at this time.
0 commit comments