Skip to content

Commit a5c8567

Browse files
committed
feat: added testMethod1
1 parent a4168e3 commit a5c8567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/common/utils.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ export function getByPath(obj, path) {
3737
}
3838
return obj
3939
}
40+
41+
export function testMethod1() {
42+
console.log('testMethod1')
43+
}

0 commit comments

Comments
 (0)