for example, there is a component index.vue, with the following content:
<template>
<div>
//...
<div>
</template>
<script>
import { ALL_POSTS_QUERY } from "@/graphql";
export default {
//...
}
</script>
question:
Theimport statement went wrong, caused by the @ symbol in"@ / graphql". What does this @ symbol mean?