Selaa lähdekoodia

remove filter from config asset list

Evan You 10 vuotta sitten
vanhempi
commit
7fc68b4fd6
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      src/runtime/config.js

+ 0 - 1
src/runtime/config.js

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