Explorar o código

fix prop filter test

Evan You %!s(int64=10) %!d(string=hai) anos
pai
achega
e8d8ed790e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/unit/specs/directives/internal/prop_spec.js

+ 1 - 1
test/unit/specs/directives/internal/prop_spec.js

@@ -40,7 +40,7 @@ if (_.inBrowser) {
     it('with filters', function (done) {
       var vm = new Vue({
         el: el,
-        template: '<test name:="a | test"></test>',
+        template: '<test bind-name="a | test"></test>',
         data: {
           a: 123
         },