didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

组件全局引入报错 #659

Closed hui-fly closed 4 years ago

hui-fly commented 4 years ago

Mand Mobile Version

2.5.9

Vue Version

2.5.22

Model / OS & Browser Info

与机型无关

Recurring Steps

全局引入 mandMobile

import mandMobile from 'mand-mobile'
import 'mand-mobile/lib/mand-mobile.css'

Vue.use(mandMobile)

Expectant Behaviors

引入成功,没有报错

Actual Behaviors

全局引入mandMobile提示 ReferenceError: mandMobile is not defined

xxyan0205 commented 4 years ago

如果想全局引用,把babel中的按需加载配置删掉 https://didi.github.io/mand-mobile/#/zh-CN/docs/started?anchor=%E6%8C%89%E9%9C%80%E5%8A%A0%E8%BD%BD%28%E6%8E%A8%E8%8D%90%29