Home  >  Article  >  Backend Development  >  javascript - 怎么把这个vue组件拿出来共用?

javascript - 怎么把这个vue组件拿出来共用?

WBOY
WBOYOriginal
2016-06-06 20:06:461530browse

这是我的demo:https://jsfiddle.net/ne92wfxp/8/

有两个问题:
1、在这个foreach循环中,怎么把这个vue组件拿出来共用?
2、我想在打开这个页面的时候,以前选择的选项,怎么显示它?而不是每次打开该页面的时候,选项都是“请选择”。

回复内容:

这是我的demo:https://jsfiddle.net/ne92wfxp/8/

有两个问题:
1、在这个foreach循环中,怎么把这个vue组件拿出来共用?
2、我想在打开这个页面的时候,以前选择的选项,怎么显示它?而不是每次打开该页面的时候,选项都是“请选择”。

把你要迭代的代码抽出来,弄成组件,内部值通过props传入

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn