diff --git a/BUILDING.md b/BUILDING.md index c2570796..ad7b1d41 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -54,7 +54,7 @@ Install dependencies: 1. Run the production build: ```bash - npm run build + npm run build:web ``` The built files will be in the `dist` directory. diff --git a/src/components/ImageMethodDialog.vue b/src/components/ImageMethodDialog.vue index 8a3faaa2..6585b2b5 100644 --- a/src/components/ImageMethodDialog.vue +++ b/src/components/ImageMethodDialog.vue @@ -18,36 +18,41 @@