Syntax Error: TypeError: this.getOptions is not a function
Check that there are no mistakes in the code
in fact, this problem is related to the version. I installed it scss-loader
The version is too high. Uninstall and install the lower version
// vue3 has no problem using version 10.2
npm install [email protected] --save-dev