You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
295 B

/*
* @Author: your name
* @Date: 2021-10-08 10:13:32
* @LastEditTime: 2021-10-08 10:59:10
* @LastEditors: your name
* @Description: In User Settings Edit
* @FilePath: /data-show/src/utils/gol/index.js
*/
export default {
install(Vue) {
Vue.prototype.$vuiSize = "small"
}
}