L10 starting

This commit is contained in:
Adam Jahr 2020-07-21 01:16:26 -04:00
parent 8c51141d99
commit 1a8cd4892b

View File

@ -1,5 +1,10 @@
app.component('product-display', { app.component('product-display', {
props: {
premium: {
type: Boolean,
required: true
}
},
template: template:
/*html*/ /*html*/
`<div class="product-display"> `<div class="product-display">