mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
11 lines
134 B
HTML
11 lines
134 B
HTML
<dom-module id="x-moduley">
|
|
|
|
<template>x-moduley</template>
|
|
|
|
</dom-module>
|
|
|
|
<script>
|
|
Polymer({
|
|
is: 'x-moduley'
|
|
});
|
|
</script> |