Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
feat: support <style vars>
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 15, 2020
1 parent 8298f71 commit 8921740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export default function PluginVue(userOptions: Partial<Options> = {}): Plugin {
id: `data-v-${query.id!}`,
source: code,
scoped: block.scoped,
vars: !!block.vars,
modules: !!block.module,
postcssOptions: options.postcssOptions,
postcssPlugins: options.postcssPlugins,
Expand Down

0 comments on commit 8921740

Please sign in to comment.