router doesn't require jQuery. use default params

This commit is contained in:
QWp6t
2016-07-16 10:02:03 -07:00
parent 34253864fa
commit 339cc8e01e
2 changed files with 10 additions and 19 deletions

View File

@@ -21,11 +21,11 @@ import 'bootstrap/dist/js/umd/popover.js';
// rename this variable, you will also need to rename the namespace below.
const routes = {
// All pages
'common': Common,
common: Common,
// Home page
'home': Home,
home: Home,
// About us page, note the change from about-us to about_us.
'about_us': About
about_us: About
};
// Load Events