In this article, we’ll look at 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 run below command to install the sass
package.
npm i -D sass
OR
yarn add sass --dev
Then remove the node_modules
folder. and run below command to reinstall all the packages.
npm install
OR
Yarn
To fix ‘TypeError: this.getOptions is not a function’ with Vue.js, we install a few sass packages.
Total Views: 1,629