mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Components added. Build issues fixed
This commit is contained in:
parent
5b66ed1093
commit
18c3721848
344 changed files with 12446 additions and 8758 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="p-toolbar p-component" role="toolbar">
|
||||
<div class="p-toolbar p-component" role="toolbar" :aria-labelledby="ariaLabelledby">
|
||||
<div class="p-toolbar-group-left">
|
||||
<slot name="start"></slot>
|
||||
</div>
|
||||
|
@ -11,8 +11,14 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Toolbar'
|
||||
}
|
||||
name: 'Toolbar',
|
||||
props: {
|
||||
'aria-labelledby': {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue