增加admin管理帐号和项目的界面--初步实现
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
import { buildProps } from '../../../utils/vue/props/runtime.mjs';
|
||||
|
||||
const thumbProps = buildProps({
|
||||
vertical: Boolean,
|
||||
size: String,
|
||||
move: Number,
|
||||
ratio: {
|
||||
type: Number,
|
||||
required: true
|
||||
},
|
||||
always: Boolean
|
||||
});
|
||||
|
||||
export { thumbProps };
|
||||
//# sourceMappingURL=thumb.mjs.map
|
||||
Reference in New Issue
Block a user