07 2023 档案

摘要:# VUE2 vue版本^2.6.11 ## 1.App页面 ``` ``` ## 2.列表页面 ``` ``` ## 3.store.js ``` const state = Vue.observable({ aliveList:[] }), export const mutations = { 阅读全文
posted @ 2023-07-29 17:56 antguo 阅读(28) 评论(0) 推荐(0)
摘要:# 一、简介 [官方文档](https://www.tailwindcss.cn/) 本 CSS 框架本质上是一个工具集,包含了大量类似 flex、 pt-4、 text-center 以及 rotate-90 等工具类,可以组合使用并直接在 HTML 代码上实现任何 UI 设计。 # 二、安装 介 阅读全文
posted @ 2023-07-25 16:31 antguo 阅读(404) 评论(0) 推荐(0)