1.0.1 • Published 3 years ago

tea-comp v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Getting started

npm install tea-comp -S

注册组件

import Vue from 'vue'
import TeaComp from 'tea-comp'

Vue.use(TeaComp);

Use

land-page

注意: 组件中引入项目文件,不能抽到组件是因为每个项目的引用文件的变量值可能不同; import {CK_TOKEN, CK_USER_ID, APP_KEY} from "@/constant"; import storage from "@/utils/storage"; 参考大益源子项目的引用目录;

# 啦啦啦
console.log('啦啦啦');