- 博客(85)
- 资源 (2)
- 收藏
- 关注
原创 组件VUE3
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <script src="https://cdn.bootcdn.ne.
2022-05-06 22:15:53
89
原创 Vuex基础
一般情况下,只有组件之间共享的数据,才有必要存储到Vuex中。对于组件中的私有数据,依旧存储在组件自身的data中即可。npm install vuex@next 安装import Vuex from 'vuex'Vue.use(Vuex)const store = new Vuex.Store({ // state中存放的就是全局共享数据 state:{ count: 0 } })//挂载store对象new Vue({...
2022-05-05 18:45:00
197
原创 Vue 高级特性 V-model nextTick 插槽Slot
自定义v-model $nextTick slot 动态异步组件 keep-alive mixin refs
2022-04-26 19:50:09
553
原创 保持页面状态 AutomaticKeepAliveClientMixin
flutter AutomaticKeepAliveClientMixin
2022-04-21 00:37:44
3079
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅