Skip to content

Commit ecd7b14

Browse files
author
SuguruOoki
committed
Fix defintComponent
1 parent 5c2ebc9 commit ecd7b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</template>
99

1010
<script lang="ts">
11-
import Vue from 'vue'
11+
import { defineComponent, ref, reactive } from '@vue/composition-api'
1212
13-
export default Vue.extend({})
13+
export default defineComponent({})
1414
</script>
1515

1616
<style>

0 commit comments

Comments
 (0)