10 lines
192 B
Vue
10 lines
192 B
Vue
<template>
|
|
<view class="warp">
|
|
<uni-nav-bar dark :fixed="true" shadow background-color="#007AFF" status-bar title="文档资料" />
|
|
</view>
|
|
</template>
|
|
|
|
<script></script>
|
|
|
|
<style></style>
|