Typo
parent
47a1d6af29
commit
464fe2130f
|
@ -5,7 +5,6 @@ import FloatLabelStyle from 'primevue/floatlabel/style';
|
|||
export default {
|
||||
name: 'BaseFloatLabel',
|
||||
extends: BaseComponent,
|
||||
props: {},
|
||||
style: FloatLabelStyle,
|
||||
provide() {
|
||||
return {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* FloatLabel appears on top of the input field when focused.
|
||||
*
|
||||
* [Live Demo](https://www.primevue.org/inputtext/)
|
||||
* [Live Demo](https://www.primevue.org/floatlabel/)
|
||||
*
|
||||
* @module floatlabelstyle
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue