mirror of
https://github.com/RainCraft-Server/raincraft-server.github.io.git
synced 2025-12-17 13:47:40 +00:00
first commit
This commit is contained in:
commit
fa65e2e9dc
32 changed files with 6059 additions and 0 deletions
11
docs/.vuepress/theme/components/Custom.vue
Normal file
11
docs/.vuepress/theme/components/Custom.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
|
||||
const message = ref('Hello World!')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="my-custom-content">
|
||||
{{ message }}
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue