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

Not able to use the package #169

Open
surajb0710 opened this issue Sep 24, 2024 · 2 comments
Open

Not able to use the package #169

surajb0710 opened this issue Sep 24, 2024 · 2 comments

Comments

@surajb0710
Copy link

My Code

This is Calendar Component

<script> import { FunctionalCalendar } from "vue-functional-calendar"; export default { components: { FunctionalCalendar, }, data() { return { calendarData: {}, }; }, }; </script>

Errors:
Could not find a declaration file for module 'vue-functional-calendar'. '.../vue-project/node_modules/vue-functional-calendar/index.js' implicitly has an 'any' type.

Error visible on browser
image

When tried to install as quickfix
npm i --save-dev @types/vue-functional-calendar
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fvue-functional-calendar - Not found

@zhouqingTony
Copy link

Hi, same question, have you figured out it?

@surajb0710
Copy link
Author

Hi, same question, have you figured out it?

Nope, I developed my own calendar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants