方法一 分别创建 index.js, index.css index.js: export default { data:function(){ return { //... }; }, methods:{ //... }