vue-meteor icon indicating copy to clipboard operation
vue-meteor copied to clipboard

Add Compiler reference via cpl attr in script tag

Open Hernanm0g opened this issue 3 years ago • 1 comments

As @aczell described in PR #424, the lang attribute in

<script cpl="vuetify">

So vue-component will check for this cpl reference and, if exists, will look for a global.vue.lang.vuetify method, and will run it as a compiler.

This will help several developers, cause when you use

Hernanm0g avatar May 03 '21 01:05 Hernanm0g

Hey @Akryum,

I was wondering if this is something we could bring into the package or if you think there is an alternative approach we can take for the loader to work (I also created #424 as pointed out by @Hernanm0g)

ackzell avatar Jun 28 '21 23:06 ackzell