Skip to content

Commit

Permalink
refactor: use defineComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 22, 2020
1 parent 8f162ca commit cae8fca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions __tests__/ssr/app/App.ts
@@ -1,7 +1,4 @@
import {
createComponent as defineComponent,
computed,
} from '@vue/composition-api'
import { defineComponent, computed } from '@vue/composition-api'
import { useStore } from './store'

export default defineComponent({
Expand Down

0 comments on commit cae8fca

Please sign in to comment.