소스 검색

挂载注释

wulanhaote
庞东旭 4 년 전
부모
커밋
3999b1265f
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +4
    -3
      src/main.js

+ 4
- 3
src/main.js 파일 보기

@@ -10,10 +10,11 @@ import 'amfe-flexible/index.js'
import './config/flexible'
import store from './store/'
import './permission' // permission control
import { getDicts } from "utils/data";

//全局方法挂载
Vue.prototype.getDicts = () => new getDicts();
// import { getDicts } from "utils/data";
//
// //全局方法挂载
// Vue.prototype.getDicts = () => new getDicts();

// Vant 引用
import Vant from 'vant';


불러오는 중...
취소
저장