diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-27 21:39:36 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-27 21:39:36 +0200 |
commit | 0f82d38f6d487aee568cfbab223cbfcf6324c65f (patch) | |
tree | bc92a86ef2a0a1024c00ecffba10eadaae941b02 /pages/models/index.vue | |
parent | ef309b83108847cbdf5565d8a459264926266264 (diff) |
Drop `Models` page
Diffstat (limited to 'pages/models/index.vue')
-rw-r--r-- | pages/models/index.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pages/models/index.vue b/pages/models/index.vue index 3b1b689..1aa2eff 100644 --- a/pages/models/index.vue +++ b/pages/models/index.vue @@ -1,3 +1,11 @@ <template lang="pug"> div </template> + +<script> +export default { + created() { + window.location.href = "/"; + }, +}; +</script> |