初始化
This commit is contained in:
20
src/pages/scopemanage/index.vue
Normal file
20
src/pages/scopemanage/index.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, inject, onMounted } from 'vue';
|
||||
const $http = inject('$http')
|
||||
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user