- Fix router import path in main.js - Handle Django REST Framework pagination format in API calls - Add getTemplates function to project API - Restart frontend development server
1 line
546 B
Plaintext
1 line
546 B
Plaintext
{"version":3,"file":"index.mjs","names":["InputOtp"],"sources":["../../../../../packages/components/input-otp/index.ts"],"sourcesContent":["import { withInstall } from '@element-plus/utils'\nimport InputOtp from './src/input-otp.vue'\n\nimport type { SFCWithInstall } from '@element-plus/utils'\n\nexport const ElInputOtp: SFCWithInstall<typeof InputOtp> = withInstall(InputOtp)\nexport default ElInputOtp\n\nexport * from './src/input-otp'\nexport type { InputOtpInstance } from './src/instance'\n"],"mappings":";;;;AAKA,MAAa,aAA8C,YAAYA,kBAAS"} |