commit
4fddb4d7d5
@ -83,7 +83,7 @@
|
||||
<script>
|
||||
import { listIngredient } from "@/api/custom/ingredient";
|
||||
export default {
|
||||
name: "SimpleIngredientListView2",
|
||||
name: "SimpleIngredientListViewT",
|
||||
data() {
|
||||
return {
|
||||
loading: false,
|
@ -27,14 +27,14 @@
|
||||
<script>
|
||||
import { createNamespacedHelpers } from "vuex";
|
||||
const { mapMutations } = createNamespacedHelpers("recipes");
|
||||
import SimpleIngredientListView from "./SimpleIngredientListView";
|
||||
import SimpleIngredientListViewT from "./SimpleIngredientListViewT";
|
||||
import { editPhysicalSigns } from "@/api/custom/healthy";
|
||||
|
||||
export default {
|
||||
name: "ACFCom2",
|
||||
name: "ACFComT",
|
||||
props: ["value", "id"],
|
||||
components: {
|
||||
SimpleIngredientListView,
|
||||
SimpleIngredientListViewT,
|
||||
},
|
||||
data() {
|
||||
return {
|
@ -31,7 +31,7 @@
|
||||
import { editPhysicalSigns } from "@/api/custom/healthy";
|
||||
|
||||
export default {
|
||||
name: "RemarkCom2",
|
||||
name: "RemarkComT",
|
||||
props: ["value", "id"],
|
||||
components: {},
|
||||
data() {
|
Loading…
x
Reference in New Issue
Block a user