增加admin管理帐号和项目的界面--初步实现
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
const backtopProps = {
|
||||
visibilityHeight: {
|
||||
type: Number,
|
||||
default: 200
|
||||
},
|
||||
target: {
|
||||
type: String,
|
||||
default: ""
|
||||
},
|
||||
right: {
|
||||
type: Number,
|
||||
default: 40
|
||||
},
|
||||
bottom: {
|
||||
type: Number,
|
||||
default: 40
|
||||
}
|
||||
};
|
||||
const backtopEmits = {
|
||||
click: (evt) => evt instanceof MouseEvent
|
||||
};
|
||||
|
||||
export { backtopEmits, backtopProps };
|
||||
//# sourceMappingURL=backtop.mjs.map
|
||||
Reference in New Issue
Block a user