vuejs / vue-migration-helper

CLI tool to aid in migration from Vue 1.x to 2.0
594 stars 59 forks source link

Assistant finds deprecations in images. #18

Closed guidobouman closed 8 years ago

guidobouman commented 8 years ago

When running the migration assistant, some it warns about router changes within images, I assume this is unintended?

16. Replace "����0u�Q �T*ߝ��Xcf1J����.(�/����+>�:�C.+W/�f;fJ�1ʙy�_������e���k�Gm~����Ԁ8��5�3@M�SF��#��ýڹ�2rײ����˟u����$v3�^C�Y�QA�+�nm�&��J������/*�*8�a�m,�����" with "����0u�Q �T*ߝ��Xcf1J����.(�/����+>�:�C.+W/�f;fJ�1ʙy�_������e���k�Gm~����Ԁ8��5�3@M�SF��#��ýڹ�2rײ����˟u����$v3�^C�Y�QA�+�nm�&��J������/:�*8�a�m,�����+"
  Line 412: src/assets/backgrounds/editor-bg.jpg
  Reason: The syntax for route matching has changed since Vue Router now uses path-to-regexp under the hood
  More info: http://vuejs.org/guide/migration-vue-router.html#One-or-More-Named-Parameters

17. Replace "S-C �o!�wv.$�2<5O�ɦ��AH��m/*��8ɟ�F���J�c�Ò�F���+` with "S-C �o!�wv.$�2<5O�ɦ��AH��m/:��8ɟ�F���J�c�Ò�F���++`
  Line 524: src/assets/backgrounds/editor-bg.jpg
  Reason: The syntax for route matching has changed since Vue Router now uses path-to-regexp under the hood
  More info: http://vuejs.org/guide/migration-vue-router.html#One-or-More-Named-Parameters

18. Replace 'M��.g���?xN�h�oY�����/*]�l�:vB
                                            �/kE��L�Hy�FQ�%��W(r��DK�:�p��
x�RK�hP4���A��L�  9�!u���Ю^�q�Q��0vA����&=߻[L�L0{��l�q��BA27o�%�߲` with 'M��.g���?xN�h�oY�����/:]�l�:vB+
                    �/kE��L�Hy�FQ�%��W(r��DK�:�p��
x�RK�hP4���A��L�  9�!u���Ю^�q�Q��0vA����&=߻[L�L0{��l�q��BA27o�%�߲`
  Line 1180: src/assets/backgrounds/editor-bg.jpg
  Reason: The syntax for route matching has changed since Vue Router now uses path-to-regexp under the hood
  More info: http://vuejs.org/guide/migration-vue-router.html#One-or-More-Named-Parameters
chrisvfritz commented 8 years ago

Should be fixed now! jpg files will no longer be parsed.