Nov 1, 2023
0
Level 6
How can I install Vue package in Laravel Nova custom tool?
Nova::script('konva', 'https://unpkg.com/konva@9/konva.min.js'); Nova::script('vue-konva', 'https://cdn.jsdelivr.net/npm/[email protected]/umd/vue-konva.min.js');
I try to install the Vue-Konva package with CDN, but it doesn't work, it returns this warning Failed to resolve component: v-line, do you know how to install the package for custom tool in the new version of Nova?
Please or to participate in this conversation.