6 lines
420 B
TypeScript
6 lines
420 B
TypeScript
// components/touch-btn/touch-btn.images.ts
|
|
// 统一导出所有需要的图片资源
|
|
export { default as cancelBtn } from '@/static/images/course/cancel.png';
|
|
export { default as cancelActiveBtn } from '@/static/images/course/cancel-active.png';
|
|
export { default as translateBtn } from '@/static/images/course/translate.png';
|
|
export { default as translateActiveBtn } from '@/static/images/course/translate-active.png'; |