1、filter过滤器 -> 全局Vue.filter(); 局部filters:{}; -> 可连着调用多个 2、Vue样式动态改变 -> class聚焦:提前写好类的样式; style聚焦:js进行动态更改;