We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9450c commit a52b56eCopy full SHA for a52b56e
example/docs/introduction/getting-started.md
@@ -35,8 +35,10 @@ export default {
35
components: {
36
Cropper,
37
},
38
- data: {
39
- img: 'https://images.unsplash.com/photo-1600984575359-310ae7b6bdf2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=700&q=80'
+ data() {
+ return {
40
+ img: 'https://images.unsplash.com/photo-1600984575359-310ae7b6bdf2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=700&q=80',
41
+ }
42
43
methods: {
44
change({ coordinates, canvas }) {
0 commit comments