uu
This commit is contained in:
parent
53e0b3e13f
commit
2a1b84253f
@ -1,8 +1,6 @@
|
||||
import getCdnUrl from "@/common/getCdnUrl"
|
||||
import * as untools from "@/common/untool"
|
||||
import {
|
||||
corePost
|
||||
} from "@/common/request"
|
||||
import { corePost } from "@/common/request"
|
||||
|
||||
export const mixins = {
|
||||
data() {
|
||||
@ -12,7 +10,7 @@ export const mixins = {
|
||||
},
|
||||
computed: {},
|
||||
created() {
|
||||
console.log("我是mixin中的created生命周期函数");
|
||||
// console.log("我是mixin中的created生命周期函数");
|
||||
},
|
||||
// mounted() {
|
||||
// console.log("我是mixin中的mounted生命周期函数");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user