Go to file
caryhuang 5e1acab801
Update Slider.vue
The event.preventDefault() method has been removed.

The touch event uses the .passive modifier, and also uses the preventDefault method. On mobile devices, the browser will report an error.

The official documentation for Vue.js is as follows:

https://vuejs.org/guide/essentials/event-handling.html#event-modifiers

Do not use .passive and .prevent together, because .passive already indicates to the browser that you do not intend to prevent the event's default behavior, and you will likely see a warning from the browser if you do so.
2024-10-08 09:16:38 +08:00
.github Update pr-checker.yml 2024-09-24 15:51:44 +03:00
.vscode Refactor settings.json 2024-05-21 14:14:34 +01:00
apps/showcase Update index.vue 2024-10-07 15:42:14 +03:00
packages Update Slider.vue 2024-10-08 09:16:38 +08:00
scripts Lint fixes 2024-06-14 17:54:21 +03:00
.editorconfig Fixed #4530 - Export styles of all components 2023-10-02 11:46:09 +01:00
.eslintrc.js Refactor #3965, Improve build and Added *Base models 2023-07-03 23:20:35 +01:00
.gitignore Update .gitignore 2024-10-04 14:57:43 +01:00
.npmrc Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00
.prettierignore Update .prettierignore 2024-10-04 17:43:45 +01:00
.prettierrc.json Lint changes 2022-09-14 17:26:41 +03:00
CHANGELOG.md Update CHANGELOG.md 2024-10-07 13:52:57 +03:00
LICENSE.md Update year 2024-02-23 16:41:53 +03:00
README.md refactor: update Badge URL of packages version in README.md 2024-06-14 23:36:11 +06:00
package.json Set new version 2024-10-07 13:54:58 +03:00
pnpm-lock.yaml Update API doc 2024-10-07 09:43:19 +00:00
pnpm-publish-summary.json Version 4.1.0 released 2024-10-07 13:59:17 +03:00
pnpm-workspace.yaml Convert to PrimeVue monorepo 2024-06-11 13:21:12 +01:00

README.md

License: MIT Discord Chat Prime Discussions

PrimeVue Hero

PrimeVue MonoRepo

PrimeVue is a rich set of open source UI Components for Vue. See PrimeVue homepage for live showcase and documentation.

Packages

Name Version
primevue npm version
@primevue/core npm version
@primevue/icons npm version
@primevue/themes npm version
@primevue/nuxt-module npm version
@primevue/auto-import-resolver npm version
@primevue/metadata npm version

Contributors