mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
linting
This commit is contained in:
parent
fa64f930a9
commit
9d484a49d0
12 changed files with 31 additions and 31 deletions
|
@ -37,7 +37,7 @@ class VueSweetalert2 {
|
|||
// @ts-ignore
|
||||
if (Object.prototype.hasOwnProperty.call(Swal, methodName) && typeof Swal[methodName] === 'function') {
|
||||
// @ts-ignore
|
||||
swalFunction[methodName] = (method => {
|
||||
swalFunction[methodName] = ((method) => {
|
||||
return (...args: any[]) => {
|
||||
// @ts-ignore
|
||||
return Swal[method].apply(Swal, args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue