stellar-ui-plus
Advanced tools
Comparing version 1.17.10 to 1.17.11
{ | ||
"name": "stellar-ui-plus", | ||
"version": "1.17.10", | ||
"version": "1.17.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
@@ -1,2 +0,1 @@ | ||
import { ref } from 'vue'; | ||
const colorValue = { | ||
@@ -20,33 +19,1 @@ steThemeColor: '#0090FF', | ||
} | ||
// Object.assign(color, value); | ||
// console.log('color', color); | ||
// return { | ||
// color, | ||
// getColor, | ||
// setColor, | ||
// }; | ||
// } | ||
// import { reactive } from 'vue'; | ||
// const color = reactive({ | ||
// steThemeColor: '#0090FF', | ||
// defaultColor: '#0090FF', | ||
// }); | ||
// // 主题色内容 | ||
// export function useColorStore() { | ||
// const getColor = () => { | ||
// return color; | ||
// }; | ||
// const setColor = (value: any) => { | ||
// Object.assign(color, value); | ||
// console.log('color', color); | ||
// }; | ||
// return { | ||
// color, | ||
// getColor, | ||
// setColor, | ||
// }; | ||
// } |
// 模块统一导出 | ||
// export * from './toast'; | ||
// export * from './message-box'; | ||
export * from './color'; |
1145114
381
12373