L10 starting
This commit is contained in:
parent
8c51141d99
commit
1a8cd4892b
@ -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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user