We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import vform from './lib/vform/VFormDesigner.umd.js' import './lib/vform/VFormDesigner.css' Vue.use(vform) //同时注册了v-form-designer、v-form-render等组件
报错提示: "export 'default' (imported as 'vform') was not found in './lib/vform/VFormDesigner.umd.js'
The text was updated successfully, but these errors were encountered:
我也遇到了,还没搞定,不知道你这边解决没有
Sorry, something went wrong.
No branches or pull requests
import vform from './lib/vform/VFormDesigner.umd.js'
import './lib/vform/VFormDesigner.css'
Vue.use(vform) //同时注册了v-form-designer、v-form-render等组件
报错提示:
"export 'default' (imported as 'vform') was not found in './lib/vform/VFormDesigner.umd.js'
The text was updated successfully, but these errors were encountered: