UNPKG

framework7

Version:

Full featured mobile HTML framework for building iOS & Android apps

10 lines (8 loc) 332 B
"use strict"; exports.__esModule = true; exports.default = appRouterCheck; function appRouterCheck(router, method) { if (!router.view) { throw new Error("Framework7: it is not allowed to use router methods on global app router. Use router methods only on related View, e.g. app.views.main.router." + method + "(...)"); } }