WebIndex/pages/article.vue

14 lines
160 B
Vue
Raw Normal View History

2024-12-02 20:00:21 +08:00
<script setup lang="ts">
onMounted( () => {
emitter.emit('startLoading', false)
})
</script>
<template>
<nuxt-page/>
</template>
<style scoped>
</style>