6 lines
120 B

2 years ago
import { withInstall } from '@/utils'
import iFrame from './src/IFrame.vue'
export const IFrame = withInstall(iFrame)