0.0.2-alpha.5 • Published 7 months ago

@zat-design/sisyphus-vue-taro v0.0.2-alpha.5

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

@zat-design/sisyphus-vue-mobile

使用说明

npm install @zat-design/sisyphus-vue-mobile --save
yarn add @zat-design/sisyphus-vue-mobile --save
import { createAPP } from 'vue';
import SisyphusVueMobile from '@zat-design/sisyphus-vue-mobile';
import '@zat-design/sisyphus-vue/dist/style.css';

const app = createAPP();
app.use(SisyphusVueMobile);