diff --git a/.gitpod.yml b/.gitpod.yml index 40a855a97..57324a3b8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,4 +2,4 @@ ports: - port: 3344 onOpen: open-preview tasks: - - init: npm install && npm run serve + - init: pnpm install && pnpm serve diff --git a/src/layout/components/sidebar/horizontal.vue b/src/layout/components/sidebar/horizontal.vue index 4b50b8a6c..ad0836f84 100644 --- a/src/layout/components/sidebar/horizontal.vue +++ b/src/layout/components/sidebar/horizontal.vue @@ -1,39 +1,32 @@