|
@@ -24,12 +24,12 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import * as API_Device from "@/apis/Common/device";
|
|
import * as API_Device from "@/apis/Common/device";
|
|
-import NullList from "$project/components/NullList.vue";
|
|
|
|
|
|
|
|
import Common from "$project/components/Common.vue";
|
|
import Common from "$project/components/Common.vue";
|
|
import Loading from "$project/components/Loading.vue";
|
|
import Loading from "$project/components/Loading.vue";
|
|
import TopHeader from "$project/components/TopHeader.vue";
|
|
import TopHeader from "$project/components/TopHeader.vue";
|
|
import isReachBottom from "$project/utils/isReachBottom";
|
|
import isReachBottom from "$project/utils/isReachBottom";
|
|
|
|
+import NullList from "$project/components/NullList.vue";
|
|
|
|
|
|
import {
|
|
import {
|
|
mapGetters,
|
|
mapGetters,
|