fix: parse form element

This commit is contained in:
EnixCoda 2019-11-19 14:53:48 +08:00
parent 79258f0874
commit 5c617aa374
No known key found for this signature in database
GPG key ID: FE06F5DFC1C9B8E4

View file

@ -9,6 +9,9 @@ module.exports = function(el) {
}
break
case "form":
break
default:
throw "Pjax can only be applied on <a> or <form> submit"
}