* file:test.vue ```vue <template>test</template> <script> import test from '../test.js' import '../test.css' // When I use it like this, the console gives an error ... ... </script> ``` 