mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Stub for list web component experiments
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<!-- Defines element markup -->
|
||||
<template>
|
||||
<p>Hello <strong></strong> :)</p>
|
||||
<content></content>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -26,9 +27,6 @@
|
||||
}
|
||||
});
|
||||
|
||||
// Creates the "who" attribute and sets a default value
|
||||
MyElementProto.who = 'World';
|
||||
|
||||
// Fires when an instance of the element is created
|
||||
MyElementProto.createdCallback = function() {
|
||||
// Creates the shadow root
|
||||
|
Reference in New Issue
Block a user