Skip to content

Commit d87b085

Browse files
committed
fix: QSpinner is not pointing to QSpinner.mat or QSpinner.ios by default #8
1 parent 6e0e8d3 commit d87b085

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = (api, options) => {
1010

1111
if (!importAll) {
1212
chain.resolve.extensions
13-
.merge([ `.${theme}.js` ])
13+
.prepend(`.${theme}.js`)
1414

1515
chain.plugin('define')
1616
.tap(args => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-quasar",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Quasar Framework plugin for Vue CLI 3",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)