add /list for mobile

This commit is contained in:
LouisLam
2021-08-19 18:12:52 +08:00
parent 4f70a70dda
commit 64498163e1
5 changed files with 27 additions and 12 deletions

14
src/pages/List.vue Normal file
View File

@@ -0,0 +1,14 @@
<template>
<MonitorList />
</template>
<script>
import MonitorList from "../components/MonitorList.vue";
export default {
components: {
MonitorList,
},
}
</script>