4 lines
127 B

import verify from './verify.vue';
import { withInstall } from '/nerv-lib/util';
export const NsVerify = withInstall(verify);