08 2020 档案

摘要:第1种写法 test.vue <template functional> <div class="test"> {{props.test.name}} </div> </template> <script> export default { props: { test: Object, defaul 阅读全文
posted @ 2020-08-28 11:55 Samsara315 阅读(1184) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-e 阅读全文
posted @ 2020-08-27 10:42 Samsara315 阅读(934) 评论(0) 推荐(0) 编辑
摘要:未做国际化处理 tabLabel: { type: Array, default: () => (["a", "b", "c"]) } 初次国际化处理 出现报错 tabLabel: { type: Array, default: () => ([this.$t('status.a'), this.$ 阅读全文
posted @ 2020-08-17 13:56 Samsara315 阅读(1083) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示