Skip to content

hdpfe/hdp-vue-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue custom components for some Management System

Demo

script tag demo

npm install demo

Usage

<script src="hdp-vue-components.js"></script>
Vue.use(hdpVueComponents.components);

Or

npm install hdp-vue-components
import Vue from 'vue';
import hdpVueComponents from 'hdp-vue-components';
Vue.use(hdpVueComponents.components);

then

<hdp-alert :show.sync="showAlert" class-name="am-modal-sm" :msg="alertMsg" @alert.ok="clickAlertOK"></hdp-alert>
<hdp-ta-text :input-data.sync="textInput2" :config="textConfig"></hdp-ta-text><span>{{textInput2}}</span>

component objects can be invoked through hdpVueComponents as well,you can extend them as you wish. just see ./src/main.js

develop

npm run dev

About

系统类应用vue组件

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages