mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Showcase updates
This commit is contained in:
parent
fcf8599cfa
commit
b2ec54e364
134 changed files with 6160 additions and 1238 deletions
|
@ -22,7 +22,7 @@ export default {
|
|||
<body>
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue/core/core.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue/calendar/calendar.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue/datepicker/datepicker.min.js"><\/script>
|
||||
|
||||
<div id="app">
|
||||
<p-datepicker v-model="date"></p-datepicker>
|
||||
|
@ -43,7 +43,7 @@ export default {
|
|||
});
|
||||
|
||||
app.use(primevue.config.default);
|
||||
app.component('p-datepicker', primevue.calendar);
|
||||
app.component('p-datepicker', primevue.datepicker);
|
||||
|
||||
app.mount('#app');
|
||||
<\/script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue