import '***.css' #91
Answered
by
FranckFreiburger
fushengruomengzhang
asked this question in
Q&A
-
<template>test</template>
<script>
import test from '../test.js'
import '../test.css' // When I use it like this, the console gives an error
...
...
</script> |
Beta Was this translation helpful? Give feedback.
Answered by
FranckFreiburger
Jul 3, 2021
Replies: 1 comment 1 reply
-
Hi, have a look at this new example : https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/docs/examples.md#import-style |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FranckFreiburger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, have a look at this new example : https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/docs/examples.md#import-style