From 22b3331b082234e6f2c83c441cf23622d25efaf9 Mon Sep 17 00:00:00 2001 From: xiaodi Date: Sat, 25 Apr 2020 22:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=B1=E4=B8=80=E7=82=B9=E7=82=B9=E7=BE=8E?= =?UTF-8?q?=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 36cfc46..c68384d 100644 --- a/src/main.js +++ b/src/main.js @@ -11,7 +11,7 @@ import store from './store' // 引入全局样式 import '@/assets/css/index.scss' // 设置 js中可以访问 $cdn -import {$cdn} from '@/config' +import { $cdn } from '@/config' Vue.prototype.$cdn = $cdn // 全局引入按需引入UI库 vant