@@ -1,8 +1,10 @@
import { App } from "vue";
import HIcon from "./icons/index.vue";
+import Paging from "./pc/Paging/index.vue";
export default {
install(app: App) {
app.component("HIcon", HIcon);
+ app.component("Paging", Paging);
}
@@ -32,6 +32,7 @@ const tabComponent = ref('deviceOrder')
const searchKey = ref('')
const searchShow = ref(false)
const invoice = ref(null)
+// const consumeType =
</script>
<template>
<div class="order-layout">