Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Naming Your Componts Vue

import X from './components/Test.vue'
/*this is not technically wrong although not generally a good idea*/

      <X msg="Hello World"/>
 
PREVIOUS NEXT
Tagged: #Naming #Your #Componts #Vue
ADD COMMENT
Topic
Name
3+5 =