Fixed #1437 - Vue < 3.2 Compatibility
parent
9adae80564
commit
154e38bbb9
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.6.3",
|
||||
"version": "3.6.4",
|
||||
"homepage": "https://www.primefaces.org/primevue",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.6.3",
|
||||
"version": "3.6.4",
|
||||
"homepage": "https://www.primefaces.org/primevue",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -60,7 +60,7 @@
|
|||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-vue": "^6.0.0-beta.9",
|
||||
"sass-loader": "^8.0.2",
|
||||
"vue": "^3.2.1",
|
||||
"vue": "3.1.5",
|
||||
"vue-router": "^4.0.0-0",
|
||||
"webpack-cli": "^4.3.0"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="layout-footer">
|
||||
<div class="layout-footer-left">
|
||||
<span>PrimeVue 3.6.3 on Vue 3.1.5 by </span>
|
||||
<span>PrimeVue 3.6.4 on Vue 3.1.5 by </span>
|
||||
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue