We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284121f commit b3fd35eCopy full SHA for b3fd35e
pages/index.vue
@@ -11,7 +11,7 @@ import Vue from 'vue'
11
import { urlEncode } from '../helpers/utils'
12
export default Vue.extend({
13
methods: {
14
- checkForm: (e: any) => {
+ checkForm(e: any) {
15
e.preventDefault()
16
const lhsTextArea: HTMLTextAreaElement = document.getElementById(
17
'lhs'
0 commit comments