Update doc versions
parent
fd3b2197bc
commit
720e7d332e
|
@ -20,8 +20,8 @@ export default {
|
|||
</head>
|
||||
<body>
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue@4.0.0-rc.1/umd/primevue.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue@4.0.0-rc.1/umd/themes/aura.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue@4.0.0-beta.4/umd/primevue.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue@4.0.0-beta.4/umd/themes/aura.min.js"><\/script>
|
||||
|
||||
<div id="app">
|
||||
<p-datepicker v-model="date"></p-datepicker>
|
||||
|
|
|
@ -16,8 +16,8 @@ export default {
|
|||
code: {
|
||||
basic: `
|
||||
https://unpkg.com/vue@3/dist/vue.global.js
|
||||
https://unpkg.com/primevue@4.0.0-rc.1/umd/primevue.min.js
|
||||
https://unpkg.com/primevue@4.0.0-rc.1/umd/themes/aura.min.js // see theming for alternatives
|
||||
https://unpkg.com/primevue@4.0.0-beta.4/umd/primevue.min.js
|
||||
https://unpkg.com/primevue@4.0.0-beta.4/umd/themes/aura.min.js // see theming for alternatives
|
||||
`
|
||||
}
|
||||
};
|
||||
|
|
|
@ -11,11 +11,11 @@ export default {
|
|||
return {
|
||||
code: {
|
||||
basic: `
|
||||
<!-- <script src="https://unpkg.com/primevue@4.0.0-rc.1/umd/themes/{preset}.min.js"><\/script> -->
|
||||
<!-- <script src="https://unpkg.com/primevue@4.0.0-beta.4/umd/themes/{preset}.min.js"><\/script> -->
|
||||
|
||||
<script src="https://unpkg.com/primevue@4.0.0-rc.1/umd/themes/aura.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue@4.0.0-rc.1/umd/themes/lara.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue@4.0.0-rc.1/umd/themes/nora.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue@4.0.0-beta.4/umd/themes/aura.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue@4.0.0-beta.4/umd/themes/lara.min.js"><\/script>
|
||||
<script src="https://unpkg.com/primevue@4.0.0-beta.4/umd/themes/nora.min.js"><\/script>
|
||||
`
|
||||
}
|
||||
};
|
||||
|
|
|
@ -15,16 +15,16 @@ export default {
|
|||
code: {
|
||||
basic: `
|
||||
# Using npm
|
||||
npm install primevue@4.0.0-rc.1
|
||||
npm install --save-dev nuxt-primevue@4.0.0-rc.1
|
||||
npm install primevue@4.0.0-beta.4
|
||||
npm install --save-dev nuxt-primevue@4.0.0-beta.4
|
||||
|
||||
# Using yarn
|
||||
yarn add primevue@4.0.0-rc.1
|
||||
yarn add --dev nuxt-primevue@4.0.0-rc.1
|
||||
yarn add primevue@4.0.0-beta.4
|
||||
yarn add --dev nuxt-primevue@4.0.0-beta.4
|
||||
|
||||
# Using pnpm
|
||||
pnpm add primevue@4.0.0-rc.1
|
||||
pnpm add -D nuxt-primevue@4.0.0-rc.1
|
||||
pnpm add primevue@4.0.0-beta.4
|
||||
pnpm add -D nuxt-primevue@4.0.0-beta.4
|
||||
`
|
||||
}
|
||||
};
|
||||
|
|
|
@ -12,13 +12,13 @@ export default {
|
|||
code: {
|
||||
basic: `
|
||||
# Using npm
|
||||
npm install primevue@4.0.0-rc.1
|
||||
npm install primevue@4.0.0-beta.4
|
||||
|
||||
# Using yarn
|
||||
yarn add primevue@4.0.0-rc.1
|
||||
yarn add primevue@4.0.0-beta.4
|
||||
|
||||
# Using pnpm
|
||||
pnpm add primevue@4.0.0-rc.1
|
||||
pnpm add primevue@4.0.0-beta.4
|
||||
`
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue