Commit 0327141a authored by yanglilong's avatar yanglilong

'minx'

parent 0edd4e35
import bus from "../utils/bus";
import {} from '@/utils/utilsdictOptions.js'
// 全局混入将会影响每个单文件组件,请慎重思考是否要混入
export default {
data() {
......@@ -6,4 +8,7 @@ export default {
bus,
};
},
filters: {
}
};
//性别
const sexOptions = [{
name: '',
value: 'M'
}, {
name: '',
value: 'F'
}];
module.exports = {
sexOptions,
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment