UNPKG
vaneditor
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
``` 移动端ui框架统一用uView,css扩展语言用scss,全局数据管理vuex,统一样式主体风格颜色定义/src/uni.scss ```
vaneditor
/
src
/
components
/
van-beauty
/
index.js
9 lines
(6 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
vanBeauty
from
"./index.vue"
;
/* istanbul ignore next */
vanBeauty.
install
=
function
(
Vue
) {
Vue
.
component
(vanBeauty.
name
, vanBeauty); };
export
default
vanBeauty;