Skip to content

Commit

Permalink
add filter
Browse files Browse the repository at this point in the history
  • Loading branch information
张韧 committed Jan 14, 2017
1 parent 126185f commit e2aad1d
Show file tree
Hide file tree
Showing 10 changed files with 2,630 additions and 80 deletions.
2 changes: 1 addition & 1 deletion build/webpack.base.conf.js
Expand Up @@ -39,7 +39,7 @@ module.exports = {
test: /\.vue$/,
loader: 'eslint',
include: projectRoot,
exclude: /node_modules/
exclude: /node_modules|src\/components\/calendar/
}],
loaders: [{
test: /\.vue$/,
Expand Down

0 comments on commit e2aad1d

Please sign in to comment.