vue3loading
v0.1.4
Published
vue3 loading
Downloads
23
Readme
vue3loading
下载
npm i vue3loading
在mian.js中引入
import plug from 'vue3loading'
import 'vue3loading/lib/plugin_demo.css'
createApp(App)
.use(plug)
.mount('#app')
在组件中引用
<template>
<div class="home">
//引入loading 组件
<testBox />
</div>
</template>
<script lang="ts">
import { defineComponent ,ref, watch, reactive,toRefs,onBeforeMount,onMounted} from 'vue';
export default defineComponent({
name: 'Home',
setup() {
}
});
</script>
每日更新前端仓库 https://github.com/qdleader/qdleader