index.vue 193 Bytes
<template>
  <div>草稿箱</div>
</template>
<script>
export default {
  data() {
    return {}
  },
  methods: {},
  mounted() {},
  watch: {},
}
</script>
<style lang="scss" scoped></style>