Last active
September 10, 2018 07:50
-
-
Save uno-de-piera/f6549f20d765c4ede1f116fdea297529 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data () { | |
return { | |
component_data: { | |
dato1: 1, | |
dato2: 2, | |
dato3: 3 | |
}, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment