edison

Results 401 comments of edison

This doesn't work with the latest version of Vue/core in both DEV and PROD mode. a workaround ``` // js const fontSize = computed(() => { return size.value + 'px';...

here a workaround since https://github.com/vuejs/core/commit/e04d821422102446704e223c03e50d26cbb1fe69: ```ts const setCurrentIntance = window.__VUE_INSTANCE_SETTERS__[0] ```

This feature has already been implemented in https://github.com/vuejs/core/commit/8d2d5bf48a24dab44e5b03cb8fa0c5faa4b696e3. Thank you for your contribution!

a workaround ```css :is(.foo){ color: red; } ```

Could you please resolve those conflicts?