Giter Site home page Giter Site logo

Comments (5)

zcsoft-guodeliang avatar zcsoft-guodeliang commented on May 28, 2024

你好,请问一下 你怎么把这个设计器在html中引用? 这样对吗?因为没搞过vue

<script src="https://unpkg.com/vue/dist/vue.js"></script> <script src="./FormMaking.umd.js"></script>
  <div id="app">
	<template>
	<fm-making-form>
	
	</fm-making-form>
	</template>
  </div>
<script>
Vue.component(FormMaking.MakingForm.name, FormMaking.MakingForm);


 
 new Vue({el:'#app'}) ;

</script>

from vue-form-making.

GavinZhuLei avatar GavinZhuLei commented on May 28, 2024

生成代码里面可以查看到html中引用方法

from vue-form-making.

lfeiniao avatar lfeiniao commented on May 28, 2024

,每从左侧拖拽一个基础字段或其他字段到中间区域时,浏览器就会新打开一个页面,搜索我选择的字段.我也遇到这个问题,和浏览器有关系,火狐的就有这个问题。

from vue-form-making.

GavinZhuLei avatar GavinZhuLei commented on May 28, 2024

请检查下版本,该问题已经修复

from vue-form-making.

1253062595 avatar 1253062595 commented on May 28, 2024

已经更新了最新代码,完美解决了火狐拖拽搜索问题,谢谢 @GavinZhuLei

from vue-form-making.

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.