first commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
import { onShow, onLoad } from '@dcloudio/uni-app';
|
||||
import { NvpAgentService, Service } from '@/Service/Nvp/NvpAgentService';
|
||||
|
||||
|
||||
|
||||
onShow(() => {
|
||||
|
||||
})
|
||||
|
||||
onLoad(() => {
|
||||
|
||||
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
page {
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user