mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Unstyled demo fixes
This commit is contained in:
parent
3d5222ee93
commit
9f1cb2e193
51 changed files with 20 additions and 1043 deletions
|
@ -9,13 +9,6 @@
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
items: [
|
||||
{ label: 'Home', icon: 'pi pi-fw pi-home', to: '/tabmenu' },
|
||||
{ label: 'Calendar', icon: 'pi pi-fw pi-calendar', to: '/tabmenu/calendar' },
|
||||
{ label: 'Edit', icon: 'pi pi-fw pi-pencil', to: '/tabmenu/edit' },
|
||||
{ label: 'Documentation', icon: 'pi pi-fw pi-file', to: '/tabmenu/documentation' },
|
||||
{ label: 'Settings', icon: 'pi pi-fw pi-cog', to: '/tabmenu/settings' }
|
||||
],
|
||||
code: {
|
||||
composition: `
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue