bookmark-manager/assets/widgets.jumbotron.js
2025-05-17 16:20:29 +02:00

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)