edison
edison
a workaround: ```vue // move v-show to the last one ```
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] ```
try `getCurrentInstance`
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?
is this same as https://github.com/vuejs/core/pull/5268 ?🤔
Could you please resolve the conflicts?
@justin-schroeder They're not exactly the same.