mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Delete BaseFloatlabel.vue
This commit is contained in:
parent
736782e6a8
commit
e92e83382d
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
<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