1.0.1 • Published 5 months ago

weis v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

1、安装

npm i weis

2、使用

2.1、在 main.js中 导入

import Weis from "weis";
import "../node_modules/weis/style.css"

// ...

app.use(Weis)

// ...

2.2、在 src\App.vue 文件中

<template>
    <we-fusion>
        <!-- 你的项目 -->
    </we-fusion>
</template>

3、效果

Image text

1.0.1

5 months ago

1.0.0

5 months ago