⊗jsvuPmFmSL 50 of 72 menu

Forming select in a loop in Vue

Tags option can also be created not manually, but using a loop. See the example:

data() { return { selected: 'value1', options: ['value1', 'value2', 'value3'], } } <template> <select v-model="selected"> <option v-for="option in options">{{ option }}</option> </select> <p>{{ selected }}</p> </template>

Make a select that will allow you to choose the name of the day of the week.

Make three selects with which you can choose the day, month and year.

Modify the previous task so that the current date is selected by default in the selects.

English
AfrikaansAzərbaycanБългарскиবাংলাБеларускаяČeštinaDanskDeutschΕλληνικάEspañolEestiSuomiFrançaisहिन्दीMagyarՀայերենIndonesiaItaliano日本語ქართულიҚазақ한국어КыргызчаLietuviųLatviešuМакедонскиMelayuမြန်မာNederlandsNorskPolskiPortuguêsRomânăРусскийසිංහලSlovenčinaSlovenščinaShqipСрпскиSrpskiSvenskaKiswahiliТоҷикӣไทยTürkmenTürkçeЎзбекOʻzbekTiếng Việt
We use cookies for website operation, analytics, and personalization. Data processing is carried out in accordance with the Privacy Policy.
accept all customize decline