doc.vue 147 B

1234567891011
  1. <template>
  2. <div></div>
  3. </template>
  4. <script>
  5. export default {
  6. asyncData({ redirect }) {
  7. redirect('/app/database/article')
  8. },
  9. }
  10. </script>