Type vju in your .vue file and it will create a vue template containing <script setup>, <style lang='scss'> with an import file @import url('@/assets/styles/directory/file.scss');.
The first placeholder is the directory which you can edit to be pages, components or something else. The second placeholder is the file in which you define the file you want to import.