Component slots vue js 3
Component slot;- //TheCard.vue <template> <div class="the-card"> <div class="the-card_title"> ...
Component slot;- //TheCard.vue <template> <div class="the-card"> <div class="the-card_title"> ...
Component Props //component er vitore atttributes pass kora props er kaj. //TestCom.vue <template> <div> <h1>contact in...
Creating the component vue js 3 ======================================================================== //App.Vue <template> <h...
.Introduction to Vue CLI go to https://cli.vuejs.org/guide/installation.html, then npm install -g @vue/cli then, vue create hello-world ...
Conditional rendering: =================================================================== //v-show just 1 condition e use kora jay. //v-i...
Uses of key in loops //new skill add with experiance //html <div id="app"> <h1>skills</h1> <in...
List Rendering ======================================================================================================== //output gulo disp...
Style binding ==================================================================================================== //simple way style bind...
Class binding =============================================================================== //this is not a class binding this is a attr...
Two way data binding ================================================= //this is the manual way for two way data binding noy vue js format...
Event Modifires ===================================================================================== //this is not event modifier. this i...
Event and method arguments: =================================================================================== //app.js er code below var...
Method and Events ====================================================================================== //app.js er code var app = Vue.c...
Data and attribute binding: //app.js //eivabe kaj korake bole string interpulation var app = Vue.createApp({ data(){ return{ ...
Vue js 3 Environment Setup:- <script src="https://unpkg.com/vue@next"></script> //eita html file e link korlei vue ...