Commit d8b5f9f1 by 展昭

删除more中的mixins

parent 8d07be0b
Showing with 2 additions and 2 deletions
......@@ -53,13 +53,13 @@
import { NavBar, Icon } from "vant";
import { TabHeader } from "@/components";
import { mapActions } from "vuex";
import setBarHeight from "../../assets/js/setBarHeight.js";
//import setBarHeight from "../../assets/js/setBarHeight.js";
export default {
components: {
[Icon.name]: Icon,
TabHeader
},
mixins: [setBarHeight],
// mixins: [setBarHeight],
data() {
return {
title: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment