We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CDN script https://unpkg.com/primevue@^3/core/core.min.js causes the following errors:
No response
3.16.0
3.x
ES6
Vue CLI App
Chrome
`
<!-- PrimeVue --> <link href="https://unpkg.com/primevue@^3/resources/themes/saga-blue/theme.css" rel="stylesheet" /> <link href="https://unpkg.com/primevue@^3/resources/primevue.min.css" rel="stylesheet" /> <link href="https://unpkg.com/primeflex@^3/primeflex.min.css" rel="stylesheet" /> <link href="https://unpkg.com/primeicons/primeicons.css" rel="stylesheet" /> <!-- Dependencies --> <script src="https://unpkg.com/vue@next"></script> <script src="https://unpkg.com/primevue@^3/core/core.min.js"></script> <!-- Demo --> <script src="https://unpkg.com/primevue@^3/datatable/datatable.min.js"></script> <script src="https://unpkg.com/primevue@^3/column/column.min.js"></script> <script src="https://unpkg.com/primevue@^3/multiselect/multiselect.min.js"></script> <script src="https://unpkg.com/primevue@^3/calendar/calendar.min.js"></script>
<template #header> <div class="flex justify-content-between"> <p-button type="button" icon="pi pi-filter-slash" label="Clear" class="p-button-outlined" @click="clearFilter()"></p-button> <span class="p-input-icon-left"> <i class="pi pi-search"></i> <p-inputtext v-model="filters['global'].value" placeholder="Search"></p-inputtext> </span> </div> </template> <p-column field="location" header="Location" :sortable="true"> <template #body="{data}"> {% raw %} {{data.location}} {% endraw %} </template> <template #filter="{filterModel}"> <p-inputtext type="text" v-model="filterModel.value" class="p-column-filter" placeholder="Search by location"></p-inputtext> </template> </p-column> </p-datatable> </div>
The text was updated successfully, but these errors were encountered:
Fixed now. Thank you!
Sorry, something went wrong.
It seems its not working yet
Could you please try it with v3.16.1?
Yes you are right, excuse me ... probably my browser cached something
No problem! Thanks a lot for your update!
mertsincan
No branches or pull requests
Describe the bug
The CDN script https://unpkg.com/primevue@^3/core/core.min.js causes the following errors:
Reproducer
No response
PrimeVue version
3.16.0
Vue version
3.x
Language
ES6
Build / Runtime
Vue CLI App
Browser(s)
Chrome
Steps to reproduce the behavior
`
Expected behavior
No response
The text was updated successfully, but these errors were encountered: