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:
11
rpg-docs/client/views/layout/testLayout.html
Normal file
11
rpg-docs/client/views/layout/testLayout.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<template name="testLayout">
|
||||
<app-drawer-layout class="layout fit" responsiveWidth="905px">
|
||||
<app-drawer>
|
||||
<app-header-layout mode="seamed" class="white">
|
||||
</app-header-layout>
|
||||
</app-drawer>
|
||||
<div>
|
||||
{{> yield}}
|
||||
</div>
|
||||
</app-drawer-layout>
|
||||
</template>
|
||||
Reference in New Issue
Block a user