UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

10 lines (9 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Page_1 = require("../../../../../services/PageService/Page"); class Auth_Login extends Page_1.Page { init() { window.form(`${this.pageId}__formLogin`); } } exports.default = Auth_Login;