mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
style(components): canonical code
This commit is contained in:
10
src/components/ReCountTo/index.ts
Normal file
10
src/components/ReCountTo/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { App } from "vue";
|
||||
import reCountTo from "./src";
|
||||
|
||||
export const ReCountTo = Object.assign(reCountTo, {
|
||||
install(app: App) {
|
||||
app.component(reCountTo.name, reCountTo);
|
||||
},
|
||||
});
|
||||
|
||||
export default ReCountTo;
|
||||
Reference in New Issue
Block a user