index.ts 82 B

12345
  1. if (import.meta.env.IS_VAPOR) {
  2. import('./vapor')
  3. } else {
  4. import('./vdom')
  5. }