Fixed #1437 - Vue < 3.2 Compatibility

pull/1440/head
Cagatay Civici 2021-08-10 17:29:07 +03:00
parent 9adae80564
commit 154e38bbb9
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "3.6.3",
"version": "3.6.4",
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",

View File

@ -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"
}

View File

@ -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>