Git Product home page Git Product logo

vue-city-picker's People

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  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  avatar  avatar

vue-city-picker's Issues

回显数据不准

我拿到地址索引了,在编辑地址里放入索引,让它自己滚动省市区。现在就省能滚动到。

this.$refs.picker.show is not a function

this.$refs.picker.show is not a function
用requirejs 引入该js 并且设置好了依赖关系,发现页面中没有被解析成组件,请问是什么原因?
已经确认是放在挂在的类名下,
也在vue实例之前

回显数据

请问一下怎么回显数据,就是假如从后端拿到省市区id,怎么通过id自动选择且把省市区name展示 出来

你好,二级数据不关联上级id不能显示吗?

let year=[]
let month=[]
for(let i=0; i<=50 ;i++){
let y={
value: 2016+i,
text: 2016+i,

	}
	year.push(y)
}
for(let i=1; i<=12 ;i++){
	let m={
		value: 0+i,
		text: 0+i,
		
	}
	month.push(m)
}

let data=[year,month]
console.log(data)

我预期想做一个有效期的时间添加上去 但是我发现data数据虽然有 但是可选择只有年份,月份不能显示,是有做不关联的还是说一定要关联

在vue组件中引用报错

[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "data"

found in

--->
at src\pages\shopOpen\content.vue

这是什么问题?怎么解决?

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.