Giter Club home page Giter Club logo

Comments (11)

xaboy avatar xaboy commented on May 14, 2024

稍等,我看一下

from form-create.

xaboy avatar xaboy commented on May 14, 2024

处理了,你更新一下1.1.6版本,看下好了没

from form-create.

wxxtqk avatar wxxtqk commented on May 14, 2024

刚刚测试一遍,还是存在问题,不是require的引入的问题了,而是在实例化使用的时候会报一些组件没有安装,详细的错误报告我已经发您邮箱了,麻烦查收一下

from form-create.

xaboy avatar xaboy commented on May 14, 2024

我这个基于的是iview,不是elementui

from form-create.

wxxtqk avatar wxxtqk commented on May 14, 2024
  1. cnpm install --save [email protected]
    2.其中main中使用
    import Vue from 'vue'
    import App from './App'
    import iView from 'iview'
    import 'iview/dist/styles/iview.css'
    import formCreate from 'form-create'
    Vue.config.productionTip = false
    Vue.use(iView)
    Vue.use(formCreate)
    /* eslint-disable no-new */
    new Vue({
    el: '#app',
    components: { App },
    template: ''
    })
    其中vue版本为2.5.2
    页面能够渲染显示出来, 也能够使用,但是在操作表单的时候会报以下错误
    vue.esm.js?efeb:591 [Vue warn]:
    Duplicate keys detected:
    'uph010'. This may cause an update error.
    (found in Root)

from form-create.

xaboy avatar xaboy commented on May 14, 2024

把表单规则发一下,我看看

from form-create.

wxxtqk avatar wxxtqk commented on May 14, 2024

我发您邮箱了

from form-create.

xaboy avatar xaboy commented on May 14, 2024

这个小问题,已处理,会在1.1.7版本中修复

from form-create.

wxxtqk avatar wxxtqk commented on May 14, 2024

感谢了,希望可以把1.1.7早点发布到npm 再次感谢

from form-create.

xaboy avatar xaboy commented on May 14, 2024

npm 1.1.7版本发布了,你更新一下看看

from form-create.

wxxtqk avatar wxxtqk commented on May 14, 2024

感谢作者的耐心解答,已经可以了

from form-create.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.