Giter Site home page Giter Site logo

alanchenchen / cascadingpicker Goto Github PK

View Code? Open in Web Editor NEW
37.0 37.0 21.0 702 KB

基于vue2的三级联动选择器,支持自定义数据,默认提供地址三级联动数据

License: MIT License

Vue 56.29% JavaScript 43.71%
address-picker address-picker-vue cascadingpicker vue vue2

cascadingpicker's Introduction

🌱 I’m currently learning golang

Anurag's github stats

Top Langs

cascadingpicker's People

Contributors

alanchenchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cascadingpicker's Issues

使用element-ui因为css冲突导致列表空白

除了列表首个item能显示之外,其他都是空白的。希望能得到帮助。
tim 20171216164837

<template>
  <div id="test">
    <address-picker :addressShow="addressShow" @ok="mapInfo" @cancel="addressShow=false"></address-picker>
  </div>
</template>

<script>
  import addressPicker from './address-picker.vue'
  import mapInfo from './address-data'
  export default {
    components:{addressPicker },
    name:'test',
    data(){
      return{
        mapInfo:mapInfo,
        addressShow:true
      }
    }
  }
</script>

<style>
</style>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.