mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
feat(dev): 新建开发者页面,用于数据处理
This commit is contained in:
11
src/pages/Dev.vue
Normal file
11
src/pages/Dev.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template></template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
|
||||
export default defineComponent({
|
||||
name: "Dev",
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="css"></style>
|
||||
Reference in New Issue
Block a user