北の碎碎念

// run
new Vue({
  el: '#app',
  data: {
    waterfallItems: [
    {
        content: '把朋友圈样式搭建完了,看着还挺喜欢的',
        date: '2026-01-03',
        author: '恨水长秋',
        location: '倒悬山',
        imageUrl: 'https://img2024.cnblogs.com/blog/3509019/202601/3509019-20260103144415223-279887963.png',
        altText: '描述文字'
      },
    {
        content: '新的一年 ,好好记录自己这一年的成长',
        date: '2026-01-1',
        author: '恨水长秋',
        location: '倒悬山',
        imageUrl: '',
        altText: '描述文字'
      },
      {
        content: '我永远喜欢喜多川海梦!!',
        date: '2025-03-03',
        author: '月亮',
        location: '河南',
        imageUrl: 'https://img2024.cnblogs.com/blog/3509019/202511/3509019-20251109112425283-206864667.png',
        altText: '描述文字'
      }
    ]
  }
})
{{ item.content }}
📅{{ item.date }} | ✍️{{ item.author }} | {{ item.location }}
posted @ 2025-10-20 11:32  恨水长秋  阅读(66)  评论(0)    收藏  举报