feat: 新增订单列表交互

This commit is contained in:
duanshuwen
2025-07-27 18:08:06 +08:00
parent 87bdac8c57
commit 4cd0f59966
31 changed files with 3535 additions and 2559 deletions

View File

@@ -13,8 +13,10 @@ app.$mount()
// #ifdef VUE3
import { createSSRApp } from 'vue'
import zPaging from 'z-paging/components/z-paging/z-paging.vue'
export function createApp() {
const app = createSSRApp(App)
app.component('z-paging', zPaging)
return {
app
}