JSPM

vue-xc-city

1.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q30640F
  • License ISC

a vue 2.x component for search city

Package Exports

  • vue-xc-city

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-xc-city) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Vue-Xc-City

search Component for Vue.

Install

NPM

npm install vue-xc-city

How To Use

//component
import vueXcCity from 'vue-xc-city';  
//styles
import 'vue-xc-city/dist/xc-city.css';  

Vue.use(vueXcCity);

//in component

<template>
 <xc-city @get-data="getData"></xc-city>
</template>