summaryrefslogtreecommitdiff
path: root/pages/models/index.vue
blob: 1aa2eff4051f95d5357aaa0cd38ecaa68d54368a (plain)
1
2
3
4
5
6
7
8
9
10
11
<template lang="pug">
  div
</template>

<script>
export default {
  created() {
    window.location.href = "/";
  },
};
</script>