Vant: Vant is not defined

Created on 6 Jul 2018  ·  1Comment  ·  Source: youzan/vant

先执行:vue init youzan/vue-cli-template-vant my-project
再执行:cd my-project
再执行:npm i vant -S
再执行:npm install
再执行:npm run dev
最后引用
import Vue from 'vue';
import Vant from 'vant';
import 'vant/lib/vant-css/index.css';

Vue.use(Vant);

仍然提示Vant is not defined

Most helpful comment

image
注释即可。

>All comments

image
注释即可。

Was this page helpful?
0 / 5 - 0 ratings