mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
add core.js instead of core.min.js
This commit is contained in:
parent
d9f3bd325b
commit
9c24de2a41
84 changed files with 798 additions and 235 deletions
|
@ -4,6 +4,13 @@
|
|||
<pre v-code.script><code>
|
||||
import SelectButton from 'primevue/selectbutton';
|
||||
|
||||
</code></pre>
|
||||
|
||||
<h5>Import via CDN</h5>
|
||||
<pre v-code><code>
|
||||
<script src="https://unpkg.com/primevue@^3/core/core.js"></script>
|
||||
<script src="https://unpkg.com/primevue@^3/selectbutton/selectbutton.min.js"></script>
|
||||
|
||||
</code></pre>
|
||||
|
||||
<h5>Getting Started</h5>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue