migrate to Vue3
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent, ref, onMounted } from '@vue/composition-api'
|
||||
import { defineComponent, ref, onMounted } from 'vue'
|
||||
import { addEventBusListener } from 'retrobus'
|
||||
|
||||
export default defineComponent({
|
||||
|
||||
Reference in New Issue
Block a user