fix line highlight

This commit is contained in:
Will McGugan
2022-10-04 08:55:25 +01:00
parent 86a7bef71f
commit 94ff417e1f

View File

@@ -200,7 +200,7 @@ The following example uses a computed attribute. It displays three inputs for th
=== "computed01.py"
```python hl_lines="12-18 30 32"
```python hl_lines="25-26 28-29"
--8<-- "docs/examples/guide/reactivity/computed01.py"
```