fix: added recommended code for globEager
This commit is contained in:
parent
fe8a93f43e
commit
6029e62c0c
@ -23,7 +23,7 @@ const props = defineProps({
|
||||
},
|
||||
})
|
||||
|
||||
const files = import.meta.globEager('/src/index.css')
|
||||
const files = import.meta.globEager('/src/index.css', { query: '?inline' })
|
||||
const css = files['/src/index.css'].default
|
||||
|
||||
const iframeRef = ref(null)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user