Browse Source

remove filter from config asset list

Evan You 10 years ago
parent
commit
7fc68b4fd6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/runtime/config.js

+ 0 - 1
src/runtime/config.js

@@ -23,7 +23,6 @@ export default {
   _assetTypes: [
     'component',
     'directive',
-    'filter',
     'transition'
   ],