Initial project
This commit is contained in:
5
src/components/background-effect/flower-fall/index.ts
Normal file
5
src/components/background-effect/flower-fall/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import view from "./index.vue";
|
||||
import Toolkit from "~/utils/Toolkit";
|
||||
|
||||
export const BEFlowerFall = Toolkit.withInstall(view);
|
||||
export default BEFlowerFall;
|
||||
Reference in New Issue
Block a user