feat: 首次提交

This commit is contained in:
peerless_hero
2023-08-17 21:28:49 +08:00
parent 36f80fb971
commit ec1e5e16cd
571 changed files with 95322 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<template>
<view class="fui-wrap">
<fui-empty src="https://res.firstui.cn/static/images/common/img_coding_3x.png" isFixed title="开发中~" descr="更多示例敬请期待!"></fui-empty>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
/* #ifndef APP-NVUE */
page{
background-color: #fff;
}
/* #endif */
.fui-wrap{
background-color: #fff;
}
</style>