I’m searching to trigger event from a vue instance which is encapsulated inside a shadowDOM. For the moment, my code create a new Vue instance inside a shadowDOM and print the template without the style (because nuxt load the style inside the base vue instance). I can call methods of each instance But, when i’m trying to add an event
Tag: frameworks
Angular Property ‘expenseEntry’ does not exist on type ‘ExpenseEntryComponent’
I am trying to build expense entry app from this tutorial https://www.tutorialspoint.com/angular8/angular8_pdf_version.htm page 33. I am getting this error – Property ‘expenseEntry’ does not exist on type ‘ExpenseEntryComponent’. i have tried this links a) Angular error TS2339 Property does not exist on type b) Angular – How to fix ‘property does not exist on type’ error? but i didnt get
Vue js does not change route – vue route does not work
main.js Homepage.vue App.js Everything seems normal, it only worked once, but I don’t know what changes in the main js and it stopped working again It is a simple code, in the main one I declared the routes, and in the home page I put the link tags to redirect to the components. but none of this works, installation was
Tips for client server communication for website with loads of images
I want to build comic book reading website that it has thousands of images on the server. Each series has hundreds of chapters and each chapter has tens of images. So I want to display these images on my website. How can we do this with less effort? I am using AngularJS for the frontend, and for the API its
fabricjs How can i keep fixed size on group elements while others scaling?
Hello I use fabricjs to play with the html canvas. I create the canvas and i add group of objects on it. On a group of objects, I need to keep fixed width & height for some objects while I scale the object. I use the ‘object:scaling’ event to get the active object when it changes size, I read each