Sometimes, we want to fix ‘TypeError: this.getOptions is not a function’ with Vue.js.
In this article, we’ll look at how to fix ‘TypeError: this.getOptions is not a function’ with Vue.js.
How to fix ‘TypeError: this.getOptions is not a function’ with Vue.js?
To fix ‘TypeError: this.getOptions is not a function’ with Vue.js, we instakll a few sass packages.
First, we add
"sass-loader": "7.3.1",
into package.json in devDependencies
Then we run
npm i -D sass
or
yarn add sass --dev
to install the sass
package.
Then we remove the node_modules
folder.
And finally, we run
npm install
or
yarn
to reinstall all packages.
Conclusion
To fix ‘TypeError: this.getOptions is not a function’ with Vue.js, we instakll a few sass packages.