add contact-number

This commit is contained in:
Timi
2026-08-20 22:27:27 +08:00
parent 7c937a090f
commit 5302ad9798
5 changed files with 114 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
import view from "./index.vue";
import Toolkit from "../../utils/Toolkit";
export const ContactNumber = Toolkit.withInstall(view);
export default ContactNumber;