Closed 1aron closed 9 months ago
<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.
No response
Released in https://github.com/master-co/css/releases/tag/v2.0.0-rc.14
Description
Note: React, Vue, and Svelte have this same issue.
Reproduction
No response
System Informations
No response