Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit b123226

Browse files
committed
style: prettier
1 parent 24d7586 commit b123226

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/fixture/pages/meta.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
</template>
88

99
<script>
10-
import { defineComponent, useMeta, computed, onMounted } from 'nuxt-composition-api'
10+
import {
11+
defineComponent,
12+
useMeta,
13+
computed,
14+
onMounted,
15+
} from 'nuxt-composition-api'
1116
1217
export default defineComponent({
1318
head: {},

0 commit comments

Comments
 (0)