Skip to content

Commit 12e9b63

Browse files
committed
fix missing ts block, add some drafts.
1 parent 14e07ce commit 12e9b63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/guide/user-interface.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ The stylesheet MUST be in the assets folder.
237237

238238
For more readable and scoped component styles:
239239

240+
```ts
240241
render() {
241242
const styles = `
242243
.box {
@@ -262,6 +263,7 @@ render() {
262263
</div>
263264
);
264265
}
266+
```
265267
266268
---
267269

0 commit comments

Comments
 (0)