- Figg (1)
- Walnuts (2-4)
- Almonds (4)
- Brazil nut (1)
- Figgs and walnuts can be soaked together, and you can drink this water.
NOTE: The key name may change based on the firefox version, this is valid till firefox version Mozilla Firefox 125.0.2,
| <div id="app"> | |
| <v-app id="inspire"> | |
| <v-btn @click="isOpenModel = true"> Open model </v-btn> | |
| <!-- opens the v-dialog when isOPenModel is set to true --> | |
| <v-dialog @keydown.esc="closeModel()" v-model="isOpenModel" max-width="500px"> | |
| <v-card> | |
| <!-- Heading provided for the pop-up --> | |
| <v-toolbar color="grey lighten-4"> | |
| <v-toolbar-title>Model heading</v-toolbar-title> |