- <template>
- <div class="page">
- <h1>使用DOKUWIKI部署,免费,开源,无需数据库即可维护wiki内容</h1>
- <a href="https://www.dokuwiki.org/dokuwiki" target="_blank"
- ><h2>https://www.dokuwiki.org/dokuwiki</h2></a
- >
- </div>
- </template>
- <script setup>
- // import { ref } from 'vue'
- </script>
- <style lang="scss" scoped>
- .page {
- padding: 30px;
- width: 100%;
- overflow: hidden;
- overflow-y: scroll;
- background-color: #fff;
- min-height: calc(100vh - 80px);
- text-align: center;
- }
- </style>
|