0.0.1-alpha.1 • Published 9 months ago

@zat-design/sisyphus-vue-mobile v0.0.1-alpha.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 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);