This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<v-container> | |
<v-row justify="center"> | |
<v-col cols="6"> | |
<v-card color="green"> | |
<v-card-title class="green darken-4">Chocolate cheesecake recipe</v-card-title> | |
<v-card-text class="pt-2"> | |
<ul class="subtitle-2"> | |
<li>5 eggs</li> | |
<li>1 cup of warm milk</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<v-row justify="center"> | |
<v-col cols="6"> | |
<v-card color="green"> | |
<v-card-title class="green darken-4">Chocolate cheesecake recipe</v-card-title> | |
<v-card-text class="pt-2"> | |
<ul class="subtitle-2"> | |
<li>5 eggs</li> | |
<li>1 cup of warm milk</li> | |
<li>2 cups of flour</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<v-container px-5> | |
<v-row justify="center"> | |
<v-col cols="6"> | |
<v-card color="green"> | |
<v-card-title>Chocolate cheesecake recipe</v-card-title> | |
<c-card-text> | |
<ul> | |
<li>5 eggs</li> | |
<li>1 cup of warm milk</li> |