瀏覽代碼

remove filter from config asset list

Evan You 10 年之前
父節點
當前提交
7fc68b4fd6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/runtime/config.js

+ 0 - 1
src/runtime/config.js

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