File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ Vue.use(VueRx)
6868
6969#### (1) use vuejs-clipper plugin
7070
71- Use vuejs-clipper plugin also add ** vue-rx** plugin to Vue .
71+ Make sure to install ** vue-rx** plugin first .
7272
73- By default it will register ** all components** to Vue global scope.
73+ By default vuejs-clipper plugin will register ** all components** to Vue global scope.
7474
7575``` javascript
7676import Vue from ' vue'
@@ -112,7 +112,7 @@ Vue.use(VuejsClipper, {
112112 parentPropName: ' myCustomerName'
113113 /*
114114 parentPropName:
115- Add property to Vue instance to store `clipper-preview` list.
115+ Vuejs-clipper Adds property to Vue instance in order to store `clipper-preview` list.
116116 You can change the property name
117117 default: '_imgPreviewLists'
118118 */
You can’t perform that action at this time.
0 commit comments