src/page/new-urrency/components/placing-list-index.vue
@@ -34,21 +34,18 @@ </van-col> </van-row> </van-cell> <listUrrency style="margin-top: 50px" :active="2"></listUrrency> </div> </template> <script> import { icoNewCurrencygetList } from "@/API/home.api"; import { List, Cell, Dialog, Notify } from "vant"; import listUrrency from "../list-urrency.vue"; export default { components: { [Dialog.Component.name]: Dialog.Component, [List.name]: List, [Cell.name]: Cell, listUrrency: listUrrency, }, props: ["active"], watch: {