summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-07-02 19:20:34 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-07-02 19:20:34 +0900
commit10677b57d444c45696bd99bb021ca5ddce1a511f (patch)
tree3742130b0afd668231ccd75f5648ff3f11f64e21 /src/client/app
parentFix #5073 (diff)
downloadsharkey-10677b57d444c45696bd99bb021ca5ddce1a511f.tar.gz
sharkey-10677b57d444c45696bd99bb021ca5ddce1a511f.tar.bz2
sharkey-10677b57d444c45696bd99bb021ca5ddce1a511f.zip
Update dependencies :rocket:
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/desktop/views/components/crop-window.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/desktop/views/components/crop-window.vue b/src/client/app/desktop/views/components/crop-window.vue
index 5d7e0e5e03..856f889b02 100644
--- a/src/client/app/desktop/views/components/crop-window.vue
+++ b/src/client/app/desktop/views/components/crop-window.vue
@@ -21,6 +21,7 @@
import Vue from 'vue';
import i18n from '../../../i18n';
import VueCropper from 'vue-cropperjs';
+import 'cropperjs/dist/cropper.css';
import * as url from '../../../../../prelude/url';
export default Vue.extend({