Custom Components in Create Modal #1881
-
Until recently, I was able to use custom vue components in the create.blade modal. Now, it seems that the main-form asset, which contains the compiled custom components, is not getting loaded by the listing layout, which is the layout that is loaded when using the create modal. I don't want to load the main-form asset as well as the main-listing asset if there is a better way. I see from #1321 that it is possible to create a custom layout that loads the main-form asset outside of a form layout. Is it necessary that I utilize an entire custom layout to re-enable the use of custom components in the create modal, or is there a trick out there that would make my life easier? Thanks for any guidance you can give! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @entekadesign, I'm surprised you are saying that it used to work for you because main-listing.js never loaded custom components, we actually have an issue open about it which we're aiming to tackle as soon as 3.0 is out: #1314 |
Beta Was this translation helpful? Give feedback.
Hi @entekadesign, I'm surprised you are saying that it used to work for you because main-listing.js never loaded custom components, we actually have an issue open about it which we're aiming to tackle as soon as 3.0 is out: #1314