学习问答
This commit is contained in:
		| @@ -20,7 +20,6 @@ import Add from "./components/Add"; | ||||
| export default { | ||||
|   label: "新经济组织管理", | ||||
|   name: "AppNewEconomics", | ||||
|   // 组件 | ||||
|   components: { Add, List }, | ||||
|   props: { | ||||
|     instance: Function, | ||||
| @@ -34,17 +33,6 @@ export default { | ||||
|       include: [] | ||||
|     }; | ||||
|   }, | ||||
|   // 计算 | ||||
|   computed: {}, | ||||
|   // 监听 | ||||
|   watch: {}, | ||||
|   // 实例创建后 | ||||
|   created() {}, | ||||
|   // 实例创建后 | ||||
|   onShow() {}, | ||||
|   // 实例渲染后 | ||||
|   mounted() {}, | ||||
|   // 方法 | ||||
|   methods: { | ||||
|     onChange(data) { | ||||
|       if (data.type === "Add") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user