ui-process-h5 0.1.31 → 0.1.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/packages/component.ts
DELETED
package/packages/index.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { App } from "vue-demi";
|
|
2
|
-
import components from "./component";
|
|
3
|
-
|
|
4
|
-
// 完整引入组件
|
|
5
|
-
/* const install = function (app: App) {
|
|
6
|
-
components.forEach((component) => {
|
|
7
|
-
app.use((component as unknown) as { install: () => any });
|
|
8
|
-
});
|
|
9
|
-
}; */
|
|
10
|
-
|
|
11
|
-
// 所有组件
|
|
12
|
-
export default components;
|