Tutorialsplane

Vue.Js String Concat


Vue.Js String Concat– You can use native JavaScript concat method to join two or more strings. Here in this tutorial, we are going to explain how you can concat two strings in vuejs.


Concat two String in Vue.JS

You can concat two strings simply as below-

Example:




 


<div id="app">
<br/>
<br/>
	{{fullName}}
</div>
        


Try it »

Output of above example-