Skip to content

Commit d301756

Browse files
committed
docs (#157): remove misleading tag
1 parent 32867fd commit d301756

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/guide/migration/data-option.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
types:
3-
- removed
43
- breaking
54
---
65

@@ -50,13 +49,13 @@ Using the example above, there would only be one possible implementation of the
5049
<script>
5150
import { createApp } from 'vue'
5251
53-
createApp({
54-
data() {
55-
return {
56-
apiKey: 'a1b2c3'
52+
createApp({
53+
data() {
54+
return {
55+
apiKey: 'a1b2c3'
56+
}
5757
}
58-
}
59-
}).mount('#app')
58+
}).mount('#app')
6059
</script>
6160
```
6261

0 commit comments

Comments
 (0)