Got some Polymer 1.0 elements working with 1.4
Character sheets now visible, but vulcanize broke, using raw head imports instead
This commit is contained in:
@@ -21,6 +21,14 @@ Router.map(function() {
|
||||
},
|
||||
});
|
||||
|
||||
this.route("testContent", {
|
||||
path: "/test",
|
||||
onAfterAction: function() {
|
||||
document.title = appName;
|
||||
},
|
||||
layoutTemplate: "testLayout",
|
||||
});
|
||||
|
||||
this.route("characterList", {
|
||||
path: "/characterList",
|
||||
waitOn: function(){
|
||||
|
||||
Reference in New Issue
Block a user