Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
🐛 bug(service): fix cannot use SFC
Browse files Browse the repository at this point in the history
closes #15
  • Loading branch information
kazupon committed Jul 23, 2018
1 parent fa474b9 commit ed8dcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const debug = require('debug')('vue-cli-plugin-i18n:service')

module.exports = (api, options) => {
const { enableInSFC } = options.pluginOptions
const { enableInSFC } = options.pluginOptions.i18n
debug('options', options)

api.chainWebpack(webpackConfig => {
Expand Down

0 comments on commit ed8dcd3

Please sign in to comment.