🐛: color 颜色菜单样式修复

This commit is contained in:
sight
2022-05-05 20:25:51 +08:00
parent 6053179a6d
commit 8c8dc80ef4
78 changed files with 228 additions and 152 deletions

View File

@@ -1,5 +1,5 @@
import { withInstall } from "../utils";
import Component from "./index.vue";
export const component = withInstall(Component);
const component = withInstall(Component);
export default component;