mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Create BaseFloatLabel.vue
This commit is contained in:
parent
e92e83382d
commit
9c162ae9e6
1 changed files with 16 additions and 0 deletions
16
components/lib/floatlabel/BaseFloatLabel.vue
Normal file
16
components/lib/floatlabel/BaseFloatLabel.vue
Normal file
|
@ -0,0 +1,16 @@
|
|||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
import FloatLabelStyle from 'primevue/floatlabel/style';
|
||||
|
||||
export default {
|
||||
name: 'BaseFloatLabel',
|
||||
extends: BaseComponent,
|
||||
props: {},
|
||||
style: FloatLabelStyle,
|
||||
provide() {
|
||||
return {
|
||||
$parentInstance: this
|
||||
};
|
||||
}
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue