vueuse / vue-chemistry

Reactified JavaScript functions for Vue
MIT License
392 stars 9 forks source link

fix not able to import with 'vue-chemistry' #2

Closed sapphi-red closed 3 years ago

sapphi-red commented 3 years ago

It was not able to import with the code below.

import { reactify, set } from 'vue-chemistry'

Importing subdirectories was ok.

import { sum } from 'vue-chemistry/math'

Tried with vite 2.0.0-beta.21.

antfu commented 3 years ago

Thanks!