css
css copied to clipboard
🐞 CSSRuntimeProvider: Configuration changes do not refresh runtime css
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