111 认识Vue3-Vue3的安装方式-初体验Vue3 · 112 模板语法-基础指令-v-for循环 · 113 计算属性-侦听器-v-model双向绑定

*   111 认识Vue3-Vue3的安装方式-初体验Vue3

*   112 模板语法-基础指令-v-for循环

*   113 计算属性-侦听器-v-model双向绑定

*   114 认识Vue-CLI脚手架-组件嵌套和通讯

*   115 初体验Vue3-命令式和声明式编程-MVVM架构/

  *   01 初体验Vue3-命令式和声明式编程-MVVM架构

*   116 options选项-data属性-模板语法-指令/

  *   01 options选项-data属性-模板语法-指令

*   117 绑定事件-条件渲染-template-阶段案例/

  *   01 绑定事件-条件渲染-template-阶段案例

*   118 v-show-v-for指令-数组更新-key和VNode/

  *   01 v-show-v-for指令-数组更新-key和VNode

*   119 购物车案例-动态添加类-双向绑定v-model/

  *   01 购物车案例-动态添加类-双向绑定v-model

*   120 修饰符-组件化-全局和局部组件-脚手架/

  *   01 修饰符-组件化-全局和局部组件-脚手架

*   121 项目文件介绍-Vue版本-Volar-组件通讯/

  *   01 项目文件介绍-Vue版本-Volar-组件通讯

*   122 父子组件通讯-props-emit-组件插槽和作用域/

  *   01 父子组件通讯-props-emit-组件插槽和作用域

*   123 非父子通讯-生命周期-ref获取元素和组件/

  *   01 非父子通讯-生命周期-ref获取元素和组件

*   124 动态组件-Keep-Alive-异步组件-混入Mixin/

  *   01 动态组件-Keep-Alive-异步组件-混入Mixin

*   125 setup函数-响应式API(Ref等)--DevTool插件/

  *   01 setup函数-响应式API(Ref等)--DevTool插件

*   126 计算属性-侦听器-生命周期-ref-Provide等/

  *   01 计算属性-侦听器-生命周期-ref-Provide等

*   127 Hooks练习-阶段案例-组件的抽取和封装/

  *   01 Hooks练习-阶段案例-组件的抽取和封装

*   128 VueRouter-路由配置-传参-懒加载-嵌套等/

  *   01 VueRouter-路由配置-传参-懒加载-嵌套等

*   129 动态添加路由-导航守卫-Vuex状态管理/

  *   01 动态添加路由-导航守卫-Vuex状态管理

*   130 Vuex核心-Store-Getters-Mutation-辅助函数/

  *   01 Vuex核心-Store-Getters-Mutation-辅助函数

*   131 Vuex核心-Actions-Modules-Pinia/

  *   01 Vuex核心-Actions-Modules-Pinia

*   132 Pinia使用和4个核心知识-Axios使用和封装/

  *   01 Pinia使用和4个核心知识-Axios使用和封装

*   133 Vue3项目实战1-目录结构设计-集成第三方库/

  *   01 Vue3项目实战1-目录结构设计-集成第三方库

*   134 Vue3项目实战2-Vant-封装TabBar和NavBar/

  *   01 Vue3项目实战2-Vant-封装TabBar和NavBar

*   135 Vue3项目实战3-城市列表-Tabs-动态数据/

  *   01 Vue3项目实战3-城市列表-Tabs-动态数据

*   136 Vue3项目实战4-列表索引-选择城市-首页布局/

  *   01 Vue3项目实战4-列表索引-选择城市-首页布局

*   137 Vue3项目实战5-首页列表-上拉加载等/

  *   01 Vue3项目实战5-首页列表-上拉加载等

*   138 Vue3项目实战6-详情页-项目部署等/

  *   01 Vue3项目实战6-详情页-项目部署等

*   139 Vue3动画和其它知识点补充/

  *   01 Vue3动画和其它知识点补充

*   140 认识响应式系统-手写Vue2响应式原理/

  *   01 认识响应式系统-手写Vue2响应式原理

*   141 手写Vue3响应式(依赖收集-自动触发更新)/

  *   01 手写Vue3响应式(依赖收集-自动触发更新)

*   142 调试Vue3源码-阅读Vue3的和核心源码/

  *   01 调试Vue3源码-阅读Vue3的和核心源码

  *   01 调试Vue3源码-阅读Vue3的和核心源码.txt

*   143 认识Vue3的3个核心模块-手写Vue3渲染系统/

  *   01 认识Vue3的3个核心模块-手写Vue3渲染系统

*   144 手写Vue3的VDOM-Vue3响应式系统/

  *   01 手写Vue3的VDOM-Vue3响应式系统

*   课件资料/

  *   06-阶段六-Vue3全家桶实战(PPT)/

    *   01_邂逅Vue.js开发.pdf

    *   02_Vue基础–模板语法.pdf

    *   03_Vue基础–模板语法(二).pdf

    *   04_Vue基础-Options API.pdf

    *   05_Vue基础-v-model表单.pdf

    *   06_Vue组件化开发基础.pdf

    *   07_组件化-组件间通信.pdf

    *   08_组件化-插槽Slot和非父子通信.pdf

    *   09_组件化-额外知识补充.pdf

    *   10_Vue3-Composition-API(一).pdf

    *   11_Vue3-Composition-API(二).pdf

    *   12_Vue3-高级特性补充(后续).pdf

    *   13_Vue全家桶 - Vue-Router详解.pdf

    *   14_Vue全家桶 - Vuex状态管理.pdf

    *   15_Vue全家桶 - Pinia状态管理.pdf

    *   16_网络请求库axios.pdf

    *   17_项目实战.pdf

    *   18_Vue3-高级特性补充.pdf

    *   19_Vue3-实现过渡动画.pdf

    *   20_Vue2-Vue3响应式原理.pdf

    *   21_项目打包和自动化部署.pdf

    *   tgs.png

    *   资料获取.txt

  *   Vue3全家桶实战_01-15/

    *   06-阶段-Vue3全家桶实战_01-15/

      *   54-Vue3全家桶实战_01/

        *   Day01.zip

        *   Learn_Vuejs.zip

      *   55-Vue3全家桶实战_02/

        *   Day02.zip

        *   Learn_Vuejs.zip

      *   56-Vue3全家桶实战_03/

        *   Day03.zip

        *   code.zip

      *   57-Vue3全家桶实战_04/

        *   Day04.zip

        *   code.zip

      *   58-Vue3全家桶实战_05/

        *   Day05.zip

        *   code.zip

      *   59-Vue3全家桶实战_06/

        *   Day06.zip

        *   code.zip

      *   60-Vue3全家桶实战_07/

        *   Day07.zip

        *   code.zip

      *   61-Vue3全家桶实战_08/

        *   Day08.zip

        *   code.zip

      *   62-Vue3全家桶实战_09/

        *   Day09.zip

        *   code.zip

      *   63-Vue3全家桶实战_10/

        *   Day10.zip

        *   code.zip

      *   64-Vue3全家桶实战_11/

        *   Day11.zip

        *   code.zip

      *   65-Vue3全家桶实战_12/

        *   Day12.zip

        *   code.zip

      *   66-Vue3全家桶实战_13/

        *   Day13.zip

        *   code.zip

      *   67-Vue3全家桶实战-14/

        *   Day14.zip

        *   code.zip

      *   68-Vue3全家桶实战-15/

        *   Day15.zip

        *   code.zip

      *   code/

        *   01_Learn_Vue_Basic/

          *   01_Vue的基础语法/

            *   01_Vue引入方式-CDN.html

            *   02_Vue引入方式-本地.html

            *   03_Vue体验一-动态数据.html

            *   04_Vue体验二-列表数据.html

            *   05_Vue体验三-计数器功能.html

            *   06_Vue体验三-计数器功能(重构).html

            *   07_原生实现计时器案例.html

            *   08_options-data属性选项.html

            *   09_options-methods属性选项.html

            *   10_Vue的app代码片段.html

            *   lib/

              *   vue.js

          *   02_Vue的模板语法/

            *   01_语法-Mustache插值语法.html

            *   02_语法-v-once指令使用(了解).html

            *   03_语法-v-text指令使用(了解).html

            *   04_语法-v-html指令使用(了解).html

            *   05_语法-v-pre指令使用(了解).html

            *   06_语法-v-cloak指令使用(了解).html

            *   07_语法-v-memo指令使用.html

            *   08_语法-v-bind绑定基本属性.html

            *   09_语法-v-bind绑定class属性.html

            *   10_语法-v-bind绑定style属性.html

            *   11_语法-v-bind绑定属性名.html

            *   12_语法-v-bind直接绑定对象.html

          *   03_Vue的事件绑定/

            *   01_事件-绑定事件基本使用.html

            *   02_事件-绑定事件参数传递.html

            *   03_事件-绑定事件的修饰符.html

          *   04_Vue的条件渲染/

            *   01_完成需求Demo.html

            *   02_条件-v-if的使用.html

            *   03_条件-v-if-else.html

            *   04_条件-v-else-if.html

            *   05_template元素使用.html

            *   06_条件渲染-阶段案例.html

            *   07_条件-v-show.html

          *   05_Vue的列表渲染/

            *   01_v-for的基本使用.html

            *   02_v-for的其他类型.html

            *   03_v-for和template.html

            *   04_数组更新的检测.html

            *   05_v-for中key属性.html

          *   06_Vue的computed/

            *   01_复杂数据的处理-插值语法.html

            *   02_复杂数据的处理-methods.html

            *   03_复杂数据的处理-computed.html

            *   04_computed和methods区别.html

            *   05_计算属性的set和get写法.html

          *   07_Vue的watch侦听/

            *   01_Vue的data的watch.html

            *   02_Vue的watch侦听选项.html

            *   03_Vue的$watch侦听.html

          *   08_Vue的阶段案例/

            *   data/

              *   data.js

            *   index.html

            *   列表的选中.html

          *   09_Vue的双向绑定/

            *   01_v-model的基本使用.html

            *   02_v-model绑定textarea.html

            *   03_v-model绑定checkbox.html

            *   04_v-model绑定radio.html

            *   05_v-model绑定select.html

            *   06_v-model的值绑定.html

            *   07_v-model的修饰符.html

          *   10_Vue组件化开发/

            *   01_vue的根组件使用.html

            *   02_组件-注册全局组件.html

            *   03_组件-组件自己的逻辑.html

            *   04_组件-全局组件的特点.html

            *   05_组件-注册局部组件.html

          *   lib/

            *   vue.js

        *   02_Learn_Project/

          *   01_product_demo/

            *   .browserslistrc

            *   .gitignore

            *   README.md

            *   babel.config.js

            *   jsconfig.json

            *   package-lock.json

            *   package.json

            *   public/

              *   favicon.ico

              *   index.html

            *   src/

              *   components/

                *   App.vue

                *   ProductItem.vue

              *   main.js

            *   vue.config.js

          *   02_product_demo/

            *   .browserslistrc

            *   .gitignore

            *   README.md

            *   babel.config.js

            *   jsconfig.json

            *   package-lock.json

            *   package.json

            *   public/

              *   favicon.ico

              *   index.html

            *   src/

              *   App.vue

              *   assets/

                *   logo.png

              *   components/

                *   AppContent.vue

                *   AppHeader.vue

              *   main.js

              *   utils/

                *   abc/

                  *   cba/

                    *   nba/

                      *   index.js

                *   math.js

            *   vue.config.js

          *   03_product_vite/

            *   .gitignore

            *   .vscode/

              *   extensions.json

            *   README.md

            *   index.html

            *   package-lock.json

            *   package.json

            *   public/

              *   favicon.ico

            *   src/

              *   App.vue

              *   assets/

                *   base.css

                *   logo.svg

                *   main.css

              *   components/

                *   AppHeader.vue

              *   main.js

            *   vite.config.js

        *   03_learn_component/

          *   .browserslistrc

          *   .gitignore

          *   README.md

          *   babel.config.js

          *   dist/

            *   css/

              *   app.1d933456.css

            *   favicon.ico

            *   index.html

            *   js/

              *   291.a29f7d33.js

              *   291.a29f7d33.js.map

              *   app.dc4b769f.js

              *   app.dc4b769f.js.map

              *   chunk-vendors.bb4cf393.js

              *   chunk-vendors.bb4cf393.js.map

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

            *   index.html

          *   src/

            *   01_组件的嵌套使用(重要)/

              *   App.vue

              *   components/

                *   AppContent.vue

                *   AppContentList.vue

                *   AppFooter.vue

                *   AppHeader.vue

            *   02_组件通信-父传子(重要)/

              *   App.vue

              *   ShowInfo.vue

            *   03_组件通信-子传父(重要)/

              *   AddCounter.vue

              *   App.vue

              *   SubCounter.vue

            *   04_组件通信-案例练习(重要)/

              *   App.vue

              *   TabControl.vue

            *   05_组件插槽-基本使用(掌握)/

              *   App.vue

              *   ShowMessage.vue

            *   06_组件插槽-具名插槽(掌握)/

              *   App.vue

              *   NavBar.vue

            *   07_组件插槽-作用域插槽(理解)/

              *   App.vue

              *   TabControl.vue

            *   08_Provide和Inject(了解)/

              *   App.vue

              *   Home.vue

              *   HomeBanner.vue

            *   09_事件总线的使用(掌握)/

              *   App.vue

              *   Category.vue

              *   Home.vue

              *   HomeBanner.vue

              *   utils/

                *   event-bus.js

            *   10_生命周期函数演练(重要)/

              *   App.vue

              *   Home.vue

            *   11_ref获取元素组件(掌握)/

              *   App.vue

              *   Banner.vue

            *   12_动态组件的使用(了解)/

              *   App.vue

              *   views/

                *   About.vue

                *   Category.vue

                *   Home.vue

            *   13_Keep-Alive的使用(理解)/

              *   App.vue

              *   views/

                *   About.vue

                *   Category.vue

                *   Home.vue

            *   14_异步组件的使用(了解)/

              *   App.vue

              *   views/

                *   About.vue

                *   Category.vue

                *   Home.vue

            *   15_组件的v-model(了解)/

              *   App.vue

              *   Counter2.vue

              *   Counter.vue

            *   16_组件的混入Mixin(了解)/

              *   App.vue

              *   mixins/

                *   message-mixin.js

              *   views/

                *   About.vue

                *   Category.vue

                *   Home.vue

            *   img/

              *   kobe02.png

            *   main.js

            *   utils/

              *   math.js

          *   vue.config.js

        *   04_learn_composition/

          *   .browserslistrc

          *   .gitignore

          *   README.md

          *   babel.config.js

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

            *   index.html

          *   src/

            *   01_Setup函数的体验/

              *   App.vue

              *   hooks/

                *   useCounter.js

            *   02_Setup定义数据/

              *   App2.vue

              *   App.vue

              *   ShowInfo.vue

            *   03_setup其他函数/

              *   App.vue

              *   ShowInfo.vue

            *   04_Setup中toRefs/

              *   App.vue

            *   05_Setup中computed/

              *   App.vue

            *   06_Setup中ref引入元素/

              *   App.vue

              *   ShowInfo.vue

            *   07_Setup生命周期函数/

              *   App.vue

            *   08_Setup-Provide-Inject/

              *   App.vue

              *   ShowInfo.vue

            *   09_Setup-侦听数据变化/

              *   App-watch.vue

              *   App.vue

            *   10_Setup-Hooks练习/

              *   App.vue

              *   hooks/

                *   useCounter.js

                *   useScrollPosition.js

                *   useTitle.js

              *   views/

                *   About.vue

                *   Home.vue

            *   11_script_setup语法/

              *   App.vue

              *   ShowInfo.vue

            *   main.js

          *   vue.config.js

        *   05_roomsource_demo/

          *   .browserslistrc

          *   .gitignore

          *   README.md

          *   babel.config.js

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

            *   index.html

          *   src/

            *   App.vue

            *   assets/

              *   css/

                *   reset.css

            *   components/

              *   AreaHeader.vue

              *   RoomArea.vue

              *   RoomItem.vue

            *   data/

              *   high_score.json

            *   main.js

          *   vue.config.js

        *   06_learn_router/

          *   .browserslistrc

          *   .gitignore

          *   README.md

          *   babel.config.js

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

            *   index.html

          *   src/

            *   App.vue

            *   Views/

              *   About.vue

              *   Admin.vue

              *   Home.vue

              *   HomeRanking.vue

              *   HomeRecommend.vue

              *   HomeVip.vue

              *   Login.vue

              *   NotFound.vue

              *   Order.vue

              *   User.vue

            *   main.js

            *   router/

              *   index.js

          *   vue.config.js

        *   07_learn_vuex/

          *   .browserslistrc

          *   .gitignore

          *   README.md

          *   babel.config.js

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

            *   index.html

          *   src/

            *   App.vue

            *   hooks/

              *   useState.js

            *   main.js

            *   store/

              *   index.js

              *   modules/

                *   counter.js

                *   home.js

              *   mutation_types.js

            *   views/

              *   01_核心一State-基本使用.vue

              *   02_核心一State-mapState映射.vue

              *   03_核心二Getters-基本使用.vue

              *   04_核心二Getters-mapGetters映射.vue

              *   05_核心三Mutations-基本使用.vue

              *   06_核心三Mutations-mapMutations映射.vue

              *   07_核心四Actions-基本使用.vue

              *   08_核心四Actions-mapActions映射.vue

              *   09_核心四Actions-发送网络请求.vue

              *   10_核心五Modules-基本使用.vue

              *   11_核心五Modules-默认模块化.vue

              *   Home.vue

          *   vue.config.js

        *   08_learn_pinia/

          *   .browserslistrc

          *   .gitignore

          *   README.md

          *   babel.config.js

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

            *   index.html

          *   src/

            *   App.vue

            *   main.js

            *   stores/

              *   counter.js

              *   home.js

              *   index.js

              *   user.js

            *   views/

              *   01_pinia的基本使用.vue

              *   02_Pinia的核心State.vue

              *   03_Pinia的核心Getters.vue

              *   Home.vue

          *   vue.config.js

        *   09_learn_axios/

          *   .browserslistrc

          *   .gitignore

          *   README.md

          *   babel.config.js

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

            *   index.html

          *   src/

            *   App.vue

            *   assets/

              *   logo.png

            *   axios/

              *   01_常见请求演练.js

              *   02_额外知识补充.js

              *   03_创建axios实例.js

              *   04_Axios的拦截器.js

            *   components/

              *   HelloWorld.vue

            *   main.js

            *   service/

              *   index.js

          *   vue.config.js

        *   10_learn_advance/

          *   .gitignore

          *   .vscode/

            *   extensions.json

          *   README.md

          *   index.html

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

          *   src/

            *   01_自定义指令/

              *   01_自定义指令基本使用.vue

              *   02_自定义指令生命周期.vue

              *   03_自定义指令参数修饰符值.vue

              *   App.vue

              *   directives/

                *   focus.js

                *   ftime.js

                *   index.js

                *   unit.js

              *   hooks/

                *   useInput.js

            *   02_内置组件补充/

              *   App.vue

              *   App_teleport.vue

              *   AsyncHome.vue

              *   HelloWorld.vue

            *   03_安装插件/

              *   App.vue

              *   plugin.js

            *   04_Render函数/

              *   01_render函数基本使用.vue

              *   02_render函数计数器实现.vue

              *   App.vue

              *   Home.vue

            *   05_JSX的语法/

              *   01_jsx语法基本使用.vue

              *   02_jsx语法实现计数器.vue

              *   About.vue

              *   App.vue

            *   06_过渡动画/

              *   01_transition动画.vue

              *   02_animation动画.vue

              *   03_动画属性设置(一).vue

              *   04_动画属性设置(二).vue

              *   05_动画组件动画.vue

              *   App.vue

              *   pages/

                *   About.vue

                *   Home.vue

            *   main.js

            *   router/

              *   index.js

          *   vite.config.js

        *   11_learn_reactive/

          *   01_认识响应式逻辑.js

          *   02_响应式依赖收集.js

          *   03_响应式依赖收集-类.js

          *   04_响应式-监听属性变化.js

          *   05_响应式-自动收集依赖.js

          *   06_响应式-自动收集细节.js

          *   07_响应式-多个对象响应式.js

          *   08_响应式-监听对象-Proxy.js

        *   hy-trip/

          *   .gitignore

          *   .vscode/

            *   extensions.json

          *   README.md

          *   index.html

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

          *   src/

            *   App.vue

            *   assets/

              *   css/

                *   common.css

                *   index.css

                *   reset.css

              *   data/

                *   tabbar.js

              *   font

              *   img/

                *   common/

                  *   icon_nav_back.png

                *   detail/

                  *   icon_chat.png

                  *   icon_check.png

                  *   icon_order.png

                *   favor/

                  *   empty_favorite.44731802.png

                  *   favor.png

                *   home/

                  *   banner.webp

                  *   full-screen-loading.gif

                  *   header_bg.png

                  *   home-sprite.png

                  *   icon-right-menu.png

                  *   icon_location.png

                  *   loading-bg.png

                  *   location.png

                *   message/

                  *   icon_message.png

                *   order/

                  *   icon-order.png

                  *   icon-time.png

                  *   icon_right_orderlist.png

                *   search/

                  *   tj-mob-ui_unit-item_collected-new.png

                  *   tj-mob-ui_unit-item_comment-new.png

                *   sprite.png

                *   tabbar/

                  *   tab_favor.png

                  *   tab_favor_active.png

                  *   tab_home.png

                  *   tab_home_active.png

                  *   tab_message.png

                  *   tab_order.png

                  *   tab_order_active.png

            *   components/

              *   tab-bar/

                *   tab-bar.vue

                *   tab-bar_01.vue

                *   tab-bar_02.vue

                *   tab-bar_03.vue

            *   hooks

            *   main.js

            *   mock

            *   router/

              *   index.js

            *   services

            *   stores/

              *   index.js

              *   modules/

                *   city.js

                *   search.js

            *   utils/

              *   load_assets.js

            *   views/

              *   favor/

                *   favor.vue

              *   home/

                *   cpns/

                  *   home-nav-bar.vue

                *   home.vue

                *   home_vant.vue

              *   message/

                *   message.vue

              *   order/

                *   order.vue

          *   vite.config.js

        *   hy-trip02/

          *   .gitignore

          *   .vscode/

            *   extensions.json

          *   README.md

          *   index.html

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

          *   src/

            *   App.vue

            *   assets/

              *   css/

                *   common.css

                *   index.css

                *   reset.css

              *   data/

                *   tabbar.js

              *   font

              *   img/

                *   common/

                  *   icon_nav_back.png

                *   detail/

                  *   icon_chat.png

                  *   icon_check.png

                  *   icon_order.png

                *   favor/

                  *   empty_favorite.44731802.png

                  *   favor.png

                *   home/

                  *   banner.webp

                  *   full-screen-loading.gif

                  *   header_bg.png

                  *   home-sprite.png

                  *   icon-right-menu.png

                  *   icon_location.png

                  *   loading-bg.png

                  *   location.png

                *   message/

                  *   icon_message.png

                *   order/

                  *   icon-order.png

                  *   icon-time.png

                  *   icon_right_orderlist.png

                *   search/

                  *   tj-mob-ui_unit-item_collected-new.png

                  *   tj-mob-ui_unit-item_comment-new.png

                *   sprite.png

                *   tabbar/

                  *   tab_favor.png

                  *   tab_favor_active.png

                  *   tab_home.png

                  *   tab_home_active.png

                  *   tab_message.png

                  *   tab_order.png

                  *   tab_order_active.png

            *   components/

              *   tab-bar/

                *   tab-bar.vue

                *   tab-bar_01.vue

                *   tab-bar_02.vue

                *   tab-bar_03.vue

            *   hooks

            *   main.js

            *   mock

            *   router/

              *   index.js

            *   services/

              *   index.js

              *   modules/

                *   city.js

                *   home.js

              *   request/

                *   config.js

                *   index.js

            *   stores/

              *   index.js

              *   modules/

                *   city.js

                *   home.js

            *   utils/

              *   format_date.js

              *   load_assets.js

            *   views/

              *   city/

                *   city.vue

                *   cpns/

                  *   city-group.vue

              *   favor/

                *   favor.vue

              *   home/

                *   cpns/

                  *   home-nav-bar.vue

                  *   home-search-box.vue

                *   home.vue

              *   message/

                *   message.vue

              *   order/

                *   order.vue

          *   vite.config.js

        *   hy-trip03/

          *   .gitignore

          *   .vscode/

            *   extensions.json

          *   README.md

          *   index.html

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

          *   src/

            *   App.vue

            *   assets/

              *   css/

                *   common.css

                *   index.css

                *   reset.css

              *   data/

                *   tabbar.js

              *   font

              *   img/

                *   common/

                  *   icon_nav_back.png

                *   detail/

                  *   icon_chat.png

                  *   icon_check.png

                  *   icon_order.png

                *   favor/

                  *   empty_favorite.44731802.png

                  *   favor.png

                *   home/

                  *   banner.webp

                  *   full-screen-loading.gif

                  *   header_bg.png

                  *   home-sprite.png

                  *   icon-right-menu.png

                  *   icon_location.png

                  *   loading-bg.png

                  *   location.png

                *   message/

                  *   icon_message.png

                *   order/

                  *   icon-order.png

                  *   icon-time.png

                  *   icon_right_orderlist.png

                *   search/

                  *   tj-mob-ui_unit-item_collected-new.png

                  *   tj-mob-ui_unit-item_comment-new.png

                *   sprite.png

                *   tabbar/

                  *   tab_favor.png

                  *   tab_favor_active.png

                  *   tab_home.png

                  *   tab_home_active.png

                  *   tab_message.png

                  *   tab_order.png

                  *   tab_order_active.png

            *   components/

              *   house-item-v3/

                *   house-item-v3.vue

              *   house-item-v9/

                *   house-item-v9.vue

              *   search-bar/

                *   search-bar.vue

              *   tab-bar/

                *   tab-bar.vue

                *   tab-bar_01.vue

                *   tab-bar_02.vue

                *   tab-bar_03.vue

            *   hooks/

              *   useScroll.js

            *   main.js

            *   mock

            *   router/

              *   index.js

            *   services/

              *   index.js

              *   modules/

                *   city.js

                *   home.js

              *   request/

                *   config.js

                *   index.js

            *   stores/

              *   index.js

              *   modules/

                *   city.js

                *   home.js

                *   main.js

            *   utils/

              *   format_date.js

              *   load_assets.js

            *   views/

              *   city/

                *   city.vue

                *   cpns/

                  *   city-group.vue

              *   favor/

                *   favor.vue

              *   home/

                *   cpns/

                  *   home-categories.vue

                  *   home-content.vue

                  *   home-nav-bar.vue

                  *   home-search-box.vue

                *   home.vue

              *   message/

                *   message.vue

              *   order/

                *   order.vue

              *   search/

                *   search.vue

          *   vite.config.js

        *   hy-trip04/

          *   .gitignore

          *   .vscode/

            *   extensions.json

          *   README.md

          *   index.html

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   public/

            *   favicon.ico

          *   src/

            *   App.vue

            *   assets/

              *   css/

                *   common.css

                *   index.css

                *   reset.css

              *   data/

                *   tabbar.js

              *   font

              *   img/

                *   common/

                  *   icon_nav_back.png

                *   detail/

                  *   icon_chat.png

                  *   icon_check.png

                  *   icon_ensure.png

                  *   icon_order.png

                *   favor/

                  *   empty_favorite.44731802.png

                  *   favor.png

                *   home/

                  *   banner.webp

                  *   full-screen-loading.gif

                  *   header_bg.png

                  *   home-sprite.png

                  *   icon-right-menu.png

                  *   icon_location.png

                  *   loading-bg.png

                  *   location.png

                *   message/

                  *   icon_message.png

                *   order/

                  *   icon-order.png

                  *   icon-time.png

                  *   icon_right_orderlist.png

                *   search/

                  *   tj-mob-ui_unit-item_collected-new.png

                  *   tj-mob-ui_unit-item_comment-new.png

                *   sprite.png

                *   tabbar/

                  *   tab_favor.png

                  *   tab_favor_active.png

                  *   tab_home.png

                  *   tab_home_active.png

                  *   tab_message.png

                  *   tab_order.png

                  *   tab_order_active.png

            *   components/

              *   detail-section/

                *   detail-section.vue

              *   house-item-v3/

                *   house-item-v3.vue

              *   house-item-v9/

                *   house-item-v9.vue

              *   loading/

                *   loading.vue

              *   search-bar/

                *   search-bar.vue

              *   tab-bar/

                *   tab-bar.vue

                *   tab-bar_01.vue

                *   tab-bar_02.vue

                *   tab-bar_03.vue

              *   tab-control/

                *   tab-control.vue

            *   hooks/

              *   useScroll.js

            *   main.js

            *   mock

            *   router/

              *   index.js

            *   services/

              *   index.js

              *   modules/

                *   city.js

                *   detail.js

                *   home.js

              *   request/

                *   config.js

                *   index.js

            *   stores/

              *   index.js

              *   modules/

                *   city.js

                *   home.js

                *   main.js

            *   utils/

              *   format_date.js

              *   load_assets.js

            *   views/

              *   city/

                *   city.vue

                *   cpns/

                  *   city-group.vue

              *   detail/

                *   cpns/

                  *   detail_01-swipe.vue

                  *   detail_02-infos.vue

                  *   detail_03-facility.vue

                  *   detail_04-landlord.vue

                  *   detail_05-comment.vue

                  *   detail_06-notice.vue

                  *   detail_07-map.vue

                  *   detail_08-intro.vue

                *   detail.vue

              *   favor/

                *   favor.vue

              *   home/

                *   cpns/

                  *   home-categories.vue

                  *   home-content.vue

                  *   home-nav-bar.vue

                  *   home-search-box.vue

                *   home.vue

              *   message/

                *   message.vue

              *   order/

                *   order.vue

              *   search/

                *   search.vue

          *   vite.config.js

        *   hy-trip05/

          *   .gitignore

          *   .vscode/

            *   extensions.json

          *   README.md

          *   demo.html

          *   dist/

            *   assets/

              *   banner.3d82bd25.webp

              *   city.1eefc367.js

              *   city.74c1a1a5.js

              *   city.bb416531.css

              *   detail.5e3cb190.css

              *   detail.fe7b0e5e.js

              *   empty_favorite.44731802.9dd26110.png

              *   favor.2e24830c.css

              *   favor.a4149801.js

              *   full-screen-loading.b615397d.gif

              *   home-sprite.8ec87283.png

              *   home.2a0734a9.css

              *   home.cca4297f.js

              *   icon-order.4a718ca7.png

              *   icon_message.614c21fa.png

              *   index.1dc70ea7.css

              *   index.9f046415.js

              *   index.28a0eb80.css

              *   index.79f1659d.js

              *   index.1011493c.css

              *   index.e03d35ab.js

              *   index.e84fd7f4.js

              *   loading-bg.2bd45e9f.png

              *   message.543e8314.js

              *   order.40da469f.js

              *   search.957ff256.js

              *   sprite.a7d05745.png

              *   useScroll.8c7b1d3b.js

            *   favicon.ico

            *   index.html

          *   index.html

          *   jsconfig.json

          *   package-lock.json

          *   package.json

          *   postcss.config.js

          *   public/

            *   favicon.ico

          *   src/

            *   App.vue

            *   assets/

              *   css/

                *   common.css

                *   index.css

                *   reset.css

              *   data/

                *   tabbar.js

              *   font

              *   img/

                *   common/

                  *   icon_nav_back.png

                *   detail/

                  *   icon_chat.png

                  *   icon_check.png

                  *   icon_ensure.png

                  *   icon_order.png

                *   favor/

                  *   empty_favorite.44731802.png

                  *   favor.png

                *   home/

                  *   banner.webp

                  *   full-screen-loading.gif

                  *   header_bg.png

                  *   home-sprite.png

                  *   icon-right-menu.png

                  *   icon_location.png

                  *   loading-bg.png

                  *   location.png

                *   message/

                  *   icon_message.png

                *   order/

                  *   icon-order.png

                  *   icon-time.png

                  *   icon_right_orderlist.png

                *   search/

                  *   tj-mob-ui_unit-item_collected-new.png

                  *   tj-mob-ui_unit-item_comment-new.png

                *   sprite.png

                *   tabbar/

                  *   tab_favor.png

                  *   tab_favor_active.png

                  *   tab_home.png

                  *   tab_home_active.png

                  *   tab_message.png

                  *   tab_order.png

                  *   tab_order_active.png

            *   components/

              *   detail-section/

                *   detail-section.vue

              *   house-item-v3/

                *   house-item-v3.vue

              *   house-item-v9/

                *   house-item-v9.vue

              *   loading/

                *   loading.vue

              *   search-bar/

                *   search-bar.vue

              *   tab-bar/

                *   tab-bar.vue

                *   tab-bar_01.vue

                *   tab-bar_02.vue

                *   tab-bar_03.vue

              *   tab-control/

                *   tab-control.vue

            *   hooks/

              *   useScroll.js

            *   main.js

            *   mock

            *   router/

              *   index.js

            *   services/

              *   index.js

              *   modules/

                *   city.js

                *   detail.js

                *   home.js

              *   request/

                *   config.js

                *   index.js

            *   stores/

              *   index.js

              *   modules/

                *   city.js

                *   home.js

                *   main.js

            *   utils/

              *   format_date.js

              *   load_assets.js

            *   views/

              *   city/

                *   city.vue

                *   cpns/

                  *   city-group.vue

              *   detail/

                *   cpns/

                  *   detail_01-swipe.vue

                  *   detail_02-infos.vue

                  *   detail_03-facility.vue

                  *   detail_04-landlord.vue

                  *   detail_05-comment.vue

                  *   detail_06-notice.vue

                  *   detail_07-map.vue

                  *   detail_08-intro.vue

                *   detail.vue

              *   favor/

                *   favor.vue

              *   home/

                *   cpns/

                  *   home-categories.vue

                  *   home-content.vue

                  *   home-nav-bar.vue

                  *   home-search-box.vue

                *   home.vue

              *   message/

                *   message.vue

              *   order/

                *   order.vue

              *   search/

                *   search.vue

          *   vite.config.js

    *   tgs.png

    *   资料获取.txt