11 lines
No EOL
251 B
JavaScript
11 lines
No EOL
251 B
JavaScript
|
|
let jumbotron = Vue.defineComponent('tailwind-jumbotron',
|
|
{
|
|
props: {
|
|
title: String,
|
|
text: String
|
|
},
|
|
template: '#template-jumbotron'
|
|
});
|
|
|
|
// customElements.define('tailwind-jumbotron', jumbotron)
|