mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-12 07:55:07 +00:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
.terminal
|
|
pre.terminal_code(ref="code")
|
|
each row, index in this.state.data
|
|
.code-line(key=index)
|
|
span.code-line_counter
|
|
.code-line_body!= row
|
|
|
|
.terminal_footer(style={height: '30px'})
|