Skip to content

Commit

Permalink
Typo fixed: 'use stxrict' -> 'use strict' (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
exarus authored and LinusBorg committed Oct 8, 2017
1 parent dcd3a3e commit fabe911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/config/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use stxrict'
'use strict'
// Template version: 1.1.0
// see http://vuejs-templates.github.io/webpack for documentation.

Expand Down

0 comments on commit fabe911

Please sign in to comment.