diff --git a/src/AppMenu.vue b/src/AppMenu.vue index 806d1d1ea..0ae343ffc 100755 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -40,6 +40,7 @@ InputNumber InputSwitch InputText + FloatLabel Listbox MultiSelect Password diff --git a/src/router.js b/src/router.js index 5683a95dd..cfedca667 100755 --- a/src/router.js +++ b/src/router.js @@ -491,6 +491,11 @@ export default new Router({ name: 'flexbox', component: () => import('./views/flexbox/FlexBoxDemo.vue') }, + { + path: '/floatlabel', + name: 'floatlabel', + component: () => import('./views/floatlabel/FloatLabelDemo.vue') + }, { path: '/text', name: 'text', diff --git a/src/views/autocomplete/AutoCompleteDemo.vue b/src/views/autocomplete/AutoCompleteDemo.vue index 8c8801009..177839c2a 100755 --- a/src/views/autocomplete/AutoCompleteDemo.vue +++ b/src/views/autocomplete/AutoCompleteDemo.vue @@ -12,6 +12,7 @@
Basic
+
Dropdown and Templating