refactor
parent
b606675dbb
commit
812b260482
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="layout-footer">
|
<div class="layout-footer">
|
||||||
<div class="layout-footer-left">
|
<div class="layout-footer-left">
|
||||||
<span>PrimeVue 3.11.0-SNAPSHOT on Vue 3 by </span>
|
<span>PrimeVue 3.11.0 on Vue 3 by </span>
|
||||||
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -121,6 +121,16 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "PrimeIcons",
|
||||||
|
"meta": ["primeicons"],
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"name": "Icons v5",
|
||||||
|
"to": "/icons"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Form",
|
"name": "Form",
|
||||||
"meta": ["form"],
|
"meta": ["form"],
|
||||||
|
|
Loading…
Reference in New Issue