feat(content): added much content
This commit is contained in:
parent
ede9c49e9f
commit
93f427bd30
11 changed files with 164 additions and 14 deletions
|
@ -10,6 +10,10 @@ const props = defineProps({
|
|||
type: String,
|
||||
default: '3fr 2fr'
|
||||
},
|
||||
textAlign: {
|
||||
type: String,
|
||||
default: 'start'
|
||||
},
|
||||
imageAlign: {
|
||||
type: String,
|
||||
default: 'center'
|
||||
|
@ -33,6 +37,7 @@ const image = imageSrc(props.image)
|
|||
<style scoped>
|
||||
.grid {
|
||||
grid-template-columns: v-bind(ratio);
|
||||
align-items: v-bind(textAlign);
|
||||
}
|
||||
.image {
|
||||
block-size: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue