vue 移动端采坑
1.报错
组件没注册报错
vue.esm.js?efeb:591 [Vue warn]: Unknown custom element: <el-container> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <Container> at src/components/Container.vue
<App> at src/App.vue
<Root>
以上错误 表示你没有注册这个组件 需要单独注册
JSON.parse()
的使用
注意:
JSON.parse(null)
是返回 null 其他除了 string 类型的数据都会报错