摘要:
1.报错如下: [Vue warn]: Error in mounted hook: "Error" found in 查询了各种方法,有说是生命周期问题,但是似乎和我的并不一致,不能解决我的问题。 最后发现问题所在是在于数据的格式定义错误, data() { return { roseData: 阅读全文
posted @ 2022-04-27 13:54
头秃婷婷
阅读(162)
评论(0)
推荐(0)
徒劳无获是寻常,因为总是有人半途而废
console.log('Don't define yourself');
const aboutMe = {
name: 'Titi Zhang',
title: 'Vue JS HTML',
location: 'China, HeBei',
contact: {
email: '18235293481@163.com',
website:'https://gitee.com/zhangtingtingANDcow'
}
}