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>