Is it bad practice in Vue to do something like that? I saw something like that in project that I'm currently working on. In my opinion you shouldn't do something like that but I can't find any arguments to prove it
data () {
return {
someValue: this.otherValue
}
}