vue3-runtime-template icon indicating copy to clipboard operation
vue3-runtime-template copied to clipboard

scoped template and ability to pass available components

Open davidmeirlevy opened this issue 2 years ago • 2 comments

I thought it can be safer if I make the template as scoped a possible. probably there's still work here, but the idea is to pass the components it should be able to compile, and use only the props given in :template-props={}.

@mattelen what do you say?

davidmeirlevy avatar May 24 '23 15:05 davidmeirlevy

Thanks @davidmeirlevy for spending time on this! I get where you are coming from and I think this is a good idea. I've made some comments on the file - once you've fixed those issues, I'll test the code itself. Thanks

mattelen avatar May 26 '23 11:05 mattelen

hi!

don't think I forgot this fix :) I'm already using your library in my project so I have a lot of motivation to do it.

I have some other bugs to fix in my app, and I'll handle this PR too.

davidmeirlevy avatar Jun 08 '23 13:06 davidmeirlevy