0.1.4 • Published 3 years ago

vue3loading v0.1.4

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

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

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago