+
+
+
+
+
+ 待付款
+
+
+
+ 待接单
+
+
+
+ 待发货
+
+
+
+ 已发货
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/plugins/vant.js b/plugins/vant.js
new file mode 100644
index 0000000..1f42ad1
--- /dev/null
+++ b/plugins/vant.js
@@ -0,0 +1,16 @@
+// 目前在 nuxt 中无法按需引入样式,因此采用手动引入的方式
+import 'vant/lib/index.css';
+
+import { Cell, CellGroup, Col, Icon, Image, Row } from 'vant';
+
+import { defineNuxtPlugin } from '#app';
+
+export default defineNuxtPlugin(nuxtApp => {
+ nuxtApp.vueApp
+ .use(Row)
+ .use(Col)
+ .use(Image)
+ .use(Icon)
+ .use(Cell)
+ .use(CellGroup);
+});
diff --git a/tsconfig copy.json b/tsconfig copy.json
new file mode 100644
index 0000000..a7bfa18
--- /dev/null
+++ b/tsconfig copy.json
@@ -0,0 +1,4 @@
+{
+ // https://v3.nuxtjs.org/concepts/typescript
+ "extends": "./.nuxt/tsconfig.json"
+}
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..a7bfa18
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,4 @@
+{
+ // https://v3.nuxtjs.org/concepts/typescript
+ "extends": "./.nuxt/tsconfig.json"
+}