Skip to content

Commit a09717d

Browse files
committed
feat: add support options in config
1 parent e002bc0 commit a09717d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefront-nuxt",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "vuefront-nuxt",
55
"repository": {
66
"type": "git",
@@ -28,6 +28,6 @@
2828
"vue-apollo": "^3.0.3",
2929
"vue-graphql-loader": "^0.3.3",
3030
"vue-i18n": "^8.18.1",
31-
"vuefront": "^0.3.7"
31+
"vuefront": "^0.3.8"
3232
}
3333
}

src/plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export default async (ctx, inject) => {
146146
layouts: <%= JSON.stringify(options.themeOptions.layouts) %>,
147147
extensions,
148148
images,
149+
options: <%= JSON.stringify(options.themeOptions.options) %>,
149150
baseURL,
150151
get isAuth() {
151152
return ctx.store.getters['common/customer/auth']

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,10 +2375,10 @@ vue@^2.6.11:
23752375
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
23762376
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
23772377

2378-
vuefront@^0.3.7:
2379-
version "0.3.7"
2380-
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.7.tgz#528754fc39ea58df7c048ee4b483f36b20f1079b"
2381-
integrity sha512-khWIsC6Dg8HjqVCTH2txX6RRz+QFR6X1R7KUzEuI7cjeoJNtxfDyMRJcU/8QR9Nv++kOWGUgm8607r29YDv7Ng==
2378+
vuefront@^0.3.8:
2379+
version "0.3.8"
2380+
resolved "https://registry.yarnpkg.com/vuefront/-/vuefront-0.3.8.tgz#4aa53a5303f0eeff5306a161cf57341a72ab7669"
2381+
integrity sha512-WzVTii6z/NHFj05Wux68t7Mk2nBnQ5bWdh+PDayBlk4OAmdwsZR4eBSJzZeoPczfef+58NL8cm9YutnUmETJpA==
23822382
dependencies:
23832383
"@babel/standalone" "^7.8.8"
23842384
"@fortawesome/fontawesome-free" "^5.12.1"

0 commit comments

Comments
 (0)