Skip to content

Commit 8c1f61d

Browse files
committed
chore: format
1 parent e5a6fe4 commit 8c1f61d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/runtime-test/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ It can also be used as a reference for implementing a custom renderer.
88
import { h, render, nodeOps, dumpOps } from '@vue/runtime-test'
99

1010
const App = {
11-
data () {
11+
data() {
1212
return {
13-
msg: 'Hello World!'
13+
msg: 'Hello World!',
1414
}
1515
},
16-
render () {
16+
render() {
1717
return h('div', this.msg)
18-
}
18+
},
1919
}
2020

2121
// root is of type `TestElement` as defined in src/nodeOps.ts

0 commit comments

Comments
 (0)