1.0.0 • Published 5 years ago

nat-vue-loader v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

vue-search

加载框

install

NPM

npm install vue-loader

用法

<template lang="html">
    <div id="project-features">
        <h1 class="title">loading</h1>
        <div class="features">
            <loader ></loader>
        </div>
    </div>
</template>
<script>
    import loader from 'nat-vue-loader';

    export default {
        components: {
            loader
        }
    };
</script>

API

props

属性说明类型默认值
text加载框中的显示文字string加载中...

启动

npm run dev

编译

npm run build-lib
1.0.0

5 years ago