hypnagaga_old/src/_includes/webc/component.webc
2022-10-10 14:41:35 +02:00

11 lines
150 B
Text

Hallo ich bin ein webC
<style webc:scoped>
:host {
font-weight: bold;
}
</style>
<script>
console.log('hello component', this);
</script>