Description
提供了常用代码片段的集合。
前缀 |
可使用语言范围 |
说明 |
tpl_img |
vue,js,ts |
默认测试图片url |
sr |
vue,js,ts |
store.commit('startRequest') |
er |
vue,js,ts |
store.commit('endRequest') |
tpl_less_import |
less |
引入mixins.less 文件 |
tpl_store |
vue,ts |
vuex模块内容 |
tpl_component |
vue,ts |
vue单文件组件ts内容 |
tpl_bre |
vue,ts |
beforeRouteEnter 钩子 |
tpl_brl |
vue,ts |
beforeRouteLeave 钩子 |
tpl_store_list_mutation |
vue,ts |
列表结构数据所需要的mutation |
tpl_store_list_action |
vue,ts |
列表结构数据所需要的action |
| |