1.0.63 • Published 1 year ago

gswl2-ui v1.0.63

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Install

Run the command below in your terminal to install gswlUI first

npm install gswl-ui --save

Usage

Global Use

  • BaseMap:
  • Distpicker:
  • Editor:
  • PicTools:
  • PreviewFlie:
  • SetColumn:
  • VehicleTypeSelect:
  • Vistpicker:
  • detailBox,boxItem
  • autoSelect:

Import in your entry script file and register it

import gswl from 'gswl-ui'
import "gswl-ui/lib/styles/gswl-ui.css"
Vue.use(gswl)

Example

<base-map @inited="init"></base-map>

The you can import component on demand, and you don't need to care about importing styles, the babel plugin will do it automaticly.

import Vue from 'vue'
import { BaseMap } from 'gswl-ui'