Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrimeVue 3 getting started script tag example not working #732

Closed
derMart opened this issue Dec 2, 2020 · 1 comment
Closed

PrimeVue 3 getting started script tag example not working #732

derMart opened this issue Dec 2, 2020 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@derMart
Copy link

derMart commented Dec 2, 2020

The script tag example shown at https://primefaces.org/primevue/showcase/#/setup is not working.
Pasting the contents of the example:

<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/primeicons/primeicons.css " rel="stylesheet">
<script src="https://unpkg.com/vue@next"></script>
<script src="https://unpkg.com/primevue/components/calendar/calendar.umd.min.js"></script>

<div id="app">
  <p-calendar></p-calendar>
</div>

<script>
Vue.createApp({
  components: {
    'p-calendar': calendar
  }
}).mount('#app')
</script>

into a html on a static webserver results in:
Screenshot from 2020-12-02 16-08-59

@cagataycivici cagataycivici self-assigned this Dec 9, 2020
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Dec 9, 2020
@cagataycivici cagataycivici added this to the 3.1.0 milestone Dec 9, 2020
@cagataycivici cagataycivici removed their assignment Dec 10, 2020
@cagataycivici cagataycivici removed the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Dec 10, 2020
@cagataycivici cagataycivici removed this from the 3.1.0 milestone Dec 10, 2020
@cagataycivici cagataycivici self-assigned this Jan 19, 2021
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jan 19, 2021
@cagataycivici cagataycivici modified the milestones: 3.2.0, 3.2.0-rc.1 Jan 19, 2021
@cagataycivici
Copy link
Member

Resolved in new 3.2.0 with a new sample based on new build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants