UNPKG

tplus-mobilelogin

Version:

password login module

17 lines (14 loc) 234 B
import Login from './Login'; import IframeView from "../view/IframeView"; export default [ { path: '/login', exact: true, component: Login }, { path: '/iframe', exact: true, component: IframeView } ]