Skip to content

Commit 67b588d

Browse files
committed
Update meta.js
1 parent 2985030 commit 67b588d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meta.js

+6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ module.exports = {
7474
type: 'confirm',
7575
message: 'Install vue-router?',
7676
},
77+
filter: {
78+
when: 'isNotTest',
79+
type: 'confirm',
80+
message: 'Install filters 全局的filter?',
81+
},
7782
lint: {
7883
when: 'isNotTest',
7984
type: 'confirm',
@@ -170,6 +175,7 @@ module.exports = {
170175
'test/unit/setup.js': "unit && runner === 'jest'",
171176
'test/e2e/**/*': 'e2e',
172177
'src/router/**/*': 'router',
178+
'src/filter/**/*': 'filter',
173179
},
174180
complete: function(data, { chalk }) {
175181
const green = chalk.green

0 commit comments

Comments
 (0)