dxwan

1.0.1 • Public • Published

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
*/

Readme

Keywords

none

Package Sidebar

Install

npm i dxwan

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

2.56 kB

Total Files

4

Last publish

Collaborators

  • divcssjs