Update SelectButtonDemo.vue
parent
3df8b0eb1f
commit
9368b036a5
|
@ -45,10 +45,11 @@ export default {
|
||||||
{name: 'Option 3', value: 3}
|
{name: 'Option 3', value: 3}
|
||||||
],
|
],
|
||||||
justifyOptions: [
|
justifyOptions: [
|
||||||
{icon: 'pi pi-align-left', value: 'Left', tabindex: 2},
|
{icon: 'pi pi-align-left', value: 'Left'},
|
||||||
{icon: 'pi pi-align-right', value: 'Right', tabindex: 2},
|
{icon: 'pi pi-align-right', value: 'Right'},
|
||||||
{icon: 'pi pi-align-center', value: 'Center', tabindex: 3},
|
{icon: 'pi pi-align-center', value: 'Center'},
|
||||||
{icon: 'pi pi-align-justify', value: 'Justify', tabindex: 4}]
|
{icon: 'pi pi-align-justify', value: 'Justify'}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
Loading…
Reference in New Issue