11 lines
150 B
Text
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>
|