Skip to content

Commit cf843c9

Browse files
author
Jamie Stumme
committed
Even more prettier.
1 parent 07e5eef commit cf843c9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Diff for: test/resources/components/component-with-inject-composition.vue

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
<template>
2-
<div>
3-
{{ fromMount }}
4-
</div>
2+
<div>{{ fromMount }}</div>
53
</template>
64

75
<script>
8-
import {
9-
createComponent,
10-
inject
11-
} from '@vue/composition-api'
6+
import { createComponent, inject } from '@vue/composition-api'
127
138
export default createComponent({
149
name: 'component-with-inject-composition',

0 commit comments

Comments
 (0)