feat: 新增事件入口

This commit is contained in:
MTrun
2022-03-03 14:36:58 +08:00
parent 1c67e06138
commit 40b8dbc4d5
3 changed files with 28 additions and 3 deletions
@@ -0,0 +1,13 @@
<template>
<div>
事件
</div>
</template>
<script setup>
</script>
<style lang="scss" scoped>
</style>