Rabbit-Helper
Rabbit-Helper is a VS Code extension for KarryCMT. If you use ATOM editor, please go to ATOM version
Feature
1、新增Fish相关公共组件代码片段
2、新增Monkey相关公共组件代码片段
Rabbit框架
Rabbit框架支持代码片段列表:
page
this.$message({
message: '',
type: ''
})
dialog
this.$alert('', '', {
confirmButtonText: '',
callback: () => {}
});
api
this.$confirm('', '', {
confirmButtonText: '',
cancelButtonText: '',
type: ''
}).then(() => {})
.catch(() => {});
request callback
this.$prompt('', '', {
confirmButtonText: '',
cancelButtonText: '',
inputPattern: //,
inputErrorMessage: ''
}).then(({ value }) => {})
.catch(() => {});
request async await
this.$msgbox({
title: '',
message: '',
showCancelButton: '',
confirmButtonText: '',
cancelButtonText: '',
beforeClose: (action, instance, done) => {}
}).then(action => {});
notify
this.$notify({
title: '',
message: ''
});
Fish 水务基础信息平台
LICENSE
MIT
| |