有多个模块的名称只是大小写不同。
谨记,路径的大小写不要写错.
例如
PostList写错成Postlist
import Postlist from '../components/PostList.vue'
//写错成
import Postlist from '../components/Postlist.vue'
有多个模块的名称只是大小写不同。
谨记,路径的大小写不要写错.
例如
PostList写错成Postlist
import Postlist from '../components/PostList.vue'
//写错成
import Postlist from '../components/Postlist.vue'