1.0.5 • Published 2 years ago

aki_vue3_background v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

aki-vue3-background

这个是aki同学的,放在npm上的,vue3的背景组件。

使用方法

# 安装方法
npm i aki_vue3_background -save --legacy-peer-deps

# 在main.js引入
import { createApp } from 'vue'
import App from './App.vue'
import './index.css'
import akibackground from 'aki_vue3_background'
import 'aki_vue3_background/lib/aki_vue3_background.css'
const app = createApp(App)
//组件注册
app.use(akibackground)
app.mount('#app')

组件引用说明

 <aki-bg-1></aki-bg-1>
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago