1.0.1 • Published 5 years ago

dxwan v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

npm 下载

npm i dxwan

yarn下载

yarn add dxwan

main.js 实例之前

import 'dxwan/index.css'
import dxwan from "dxwan";
Vue.use(dxwan)

组件内部

<template>
  <div>
    <button @click="left">$dxw-left</button>
  </div>
</template>
methods: {
    left(){
    	this.$dxw('left','这是left')
    }
}

/*
	left 是方向,  只支持left,center,right
*/
1.0.1

5 years ago

1.0.0

5 years ago