css icon indicating copy to clipboard operation
css copied to clipboard

🐞 CSSRuntimeProvider: Configuration changes do not refresh runtime css

Open 1aron opened this issue 1 year ago • 0 comments

Description

<script setup lang="ts">
import { defineAsyncComponent } from 'vue'
const CSSRuntimeProvider = defineAsyncComponent(async () => (await import('@master/css.vue')).CSSRuntimeProvider)
const config = import('./master.css')
</script>
 
<template>
    <CSSRuntimeProvider :config="config">
        …
    </CSSRuntimeProvider>
</template>

Note: React, Vue, and Svelte have this same issue.

Reproduction

No response

System Informations

No response

1aron avatar Feb 07 '24 01:02 1aron