Skip to content

Commit b3fd35e

Browse files
committed
chore: fixing lint issue
1 parent 284121f commit b3fd35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Vue from 'vue'
1111
import { urlEncode } from '../helpers/utils'
1212
export default Vue.extend({
1313
methods: {
14-
checkForm: (e: any) => {
14+
checkForm(e: any) {
1515
e.preventDefault()
1616
const lhsTextArea: HTMLTextAreaElement = document.getElementById(
1717
'lhs'

0 commit comments

Comments
 (0)