轻言轻语

// run
new Vue({
  el: '#app',
  data: {
    timelineItems: [
      {
        content: '把朋友圈样式搭建完了,看着效果还不错',
        date: '2026-1-3 14:43',
        imageUrls: [],
      },
      {
        content: '开始准备学习Modbus通信协议了',
        date: '2026-01-02 19:26',
        imageUrls: [],
      },
      {
        content: '新年新气象 ,重新整理下博客园 ,换个头像跟昵称,感觉还不错',
        date: '2026-01-01 11:51',
        imageUrls: [],
      },
      {
        content: '我永远喜欢喜多川海梦!!',
        date: '2024-08-10 05:21',
        imageUrls: ['https://img2024.cnblogs.com/blog/3509019/202506/3509019-20250601090137106-1345004254.png'],
      }
    ]
  }
})
{{ item.content }}
posted @ 2025-11-07 18:52  恨水长秋  阅读(48)  评论(0)    收藏  举报