Update SelectButtonDemo.vue

pull/2770/head
Tuğçe Küçükoğlu 2022-07-06 15:15:00 +03:00
parent 3df8b0eb1f
commit 9368b036a5
1 changed files with 5 additions and 4 deletions

View File

@ -45,10 +45,11 @@ export default {
{name: 'Option 3', value: 3}
],
justifyOptions: [
{icon: 'pi pi-align-left', value: 'Left', tabindex: 2},
{icon: 'pi pi-align-right', value: 'Right', tabindex: 2},
{icon: 'pi pi-align-center', value: 'Center', tabindex: 3},
{icon: 'pi pi-align-justify', value: 'Justify', tabindex: 4}]
{icon: 'pi pi-align-left', value: 'Left'},
{icon: 'pi pi-align-right', value: 'Right'},
{icon: 'pi pi-align-center', value: 'Center'},
{icon: 'pi pi-align-justify', value: 'Justify'}
]
}
},
components: {