Update Setup.vue
parent
5c91938f8e
commit
b0a23a93ca
|
@ -10,7 +10,7 @@
|
|||
<p>PrimeVue is available at <a href="https://www.npmjs.com/package/primevue">npm</a>, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.</p>
|
||||
|
||||
<CodeHighlight lang="js">
|
||||
npm install primevue@^2.9.2 --save
|
||||
npm install primevue@^2 --save
|
||||
npm install primeicons --save
|
||||
</CodeHighlight>
|
||||
|
||||
|
@ -42,11 +42,11 @@ Vue.component('Dialog', Dialog);
|
|||
<CodeHighlight>
|
||||
<meta charset="utf-8">
|
||||
<title>calendar demo</title>
|
||||
<link href="https://unpkg.com/primevue/resources/themes/saga-blue/theme.css " rel="stylesheet">
|
||||
<link href="https://unpkg.com/primevue/resources/primevue.min.css " rel="stylesheet">
|
||||
<link href="https://unpkg.com/primevue^2/resources/themes/saga-blue/theme.css " rel="stylesheet">
|
||||
<link href="https://unpkg.com/primevue^2/resources/primevue.min.css " rel="stylesheet">
|
||||
<link href="https://unpkg.com/primeicons/primeicons.css " rel="stylesheet">
|
||||
<script src="https://unpkg.com/vue"></script>
|
||||
<script src="https://unpkg.com/primevue@2.5.2/calendar/calendar.umd.min.js"></script>
|
||||
<script src="https://unpkg.com/primevue^2/calendar/calendar.umd.min.js"></script>
|
||||
|
||||
<div id="app">
|
||||
<p-calendar></p-calendar>
|
||||
|
|
Loading…
Reference in New Issue