JSFiddle - React, Tailwind, and code Playground
Vue
const hej = Vue.component('hej', {
template:`<div>Hej!</div>`,
data(){
return {
woot:'woot'
}
}
})
console.dir(new hej())
const hej = Vue.component('hej', {
template:`<div>Hej!</div>`,
data(){
return {
woot:'woot'
}
}
})
console.dir(new hej())