Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Vue Js pass parameters in computed properties

computed: {
   fullName() {
      return salut => `${salut} ${this.firstName} ${this.lastName}`
   }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Vue #Js #pass #parameters #computed #properties
ADD COMMENT
Topic
Name
6+1 =