:特性 文档按需测试

This commit is contained in:
sight
2022-04-29 22:32:31 +08:00
parent 813c56f86a
commit 9803b09ee6
87 changed files with 258 additions and 198 deletions

View File

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