Closed sagalbot closed 8 years ago
I can't seem to figure out how to get this working with a local package I've installed using npm link. require()/import is able to find the module, but I don't think the component is being properly loaded with vueify.
npm link
require()
import
vueify
Any suggestions?
Not sure. Maybe check the Vue forum.
I can't seem to figure out how to get this working with a local package I've installed using
npm link
.require()
/import
is able to find the module, but I don't think the component is being properly loaded withvueify
.Any suggestions?