Skip to content

Commit

Permalink
🐞 fix: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Nov 16, 2023
1 parent 2d82427 commit dff6176
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/store/providers/cocogoat/Install.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ export default defineComponent({
emits: ['submit'],
setup(props, { emit }) {
let gtObj: any

Check warning on line 69 in src/store/providers/cocogoat/Install.vue

View workflow job for this annotation

GitHub Actions / Build

Unexpected any. Specify a different type
let gtOnSucc = () => {}
let gtOnSucc = () => {
// placeholder
}
const step = ref(1)
onMounted(() => {
window.initGeetest4(
Expand Down

0 comments on commit dff6176

Please sign in to comment.