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

Can't install a different way Laravel 8 #14

Open
garethwatt opened this issue Feb 24, 2022 · 0 comments
Open

Can't install a different way Laravel 8 #14

garethwatt opened this issue Feb 24, 2022 · 0 comments

Comments

@garethwatt
Copy link

garethwatt commented Feb 24, 2022

-- app.js

window.Vue = require('vue').default;
¥import Calendar from 'v-year-calendar';
Vue.use(Calendar);

--- calendar.blade.php

 <template>
    <Calendar></Calendar>
</template>

--- console error
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

(found in )

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

1 participant