diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..1d475c1 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,6 @@ +ignoredBuiltDependencies: + - '@parcel/watcher' + - esbuild + - simple-git-hooks + - vue-demi + - unrs-resolver diff --git a/src/layouts/components/common/MobileDrawer.vue b/src/layouts/components/common/MobileDrawer.vue new file mode 100644 index 0000000..5979116 --- /dev/null +++ b/src/layouts/components/common/MobileDrawer.vue @@ -0,0 +1,38 @@ + + + diff --git a/src/layouts/components/header/Search.vue b/src/layouts/components/header/Search.vue index d5f7cf9..5d5c13b 100644 --- a/src/layouts/components/header/Search.vue +++ b/src/layouts/components/header/Search.vue @@ -1,7 +1,8 @@