0.0.11-alpha.6 • Published 3 years ago

@haluo/pc v0.0.11-alpha.6

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

安装

yarn add @haluo/pc

使用

// main.js
import HaluoPc from '@haluo/pc';
import elementPlus from 'element-plus'
import 'element-plus/dist/index.css'

const app = createApp(App)

app.use(elementPlus)
app.use(HaluoPc)
app.mount('#app')