GithubHelp home page GithubHelp logo

easy-flow's People

Contributors

lettersporter avatar mengjixiaocainiao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easy-flow's Issues

添加Anchor

不是很清楚是如何将anchor固定在左上角图标的位置的

What license is this code released under? | 此代码以什么许可证发布?

Things that you create and don't specify a license for, are automatically copyrighted to you - and not re-usable by others without explicit permission for each use.

As far as I can see, there's no license specified for this repository, so anyone who wants to use it would need to get permission directly from you for each use. in fact, in the package.json, private is set to true - generally taken to mean that this code is copyrighted by you and not available for others to use.

Is this intentional? If not, you should specify the license, so others can use it.

------------------- Google Translate --------------------------

您创建且未指定许可的内容将自动获得版权保护-未经每次使用的明确许可,他人不得重复使用。

据我所知,没有为该存储库指定许可证,因此任何想要使用它的人都需要直接从您那里获得每次使用的许可。 实际上,在package.json中,private设置为true,通常是指该代码已由您拥有版权,其他人无法使用。

这是故意的吗? 如果没有,则应指定许可证,以便其他人可以使用它。

panel.vue // 修复:同时这个节点信息

...
deleteNode(nodeId) {
this.$confirm('确定要删除节点' + nodeId + '?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
closeOnClickModal: false
}).then(() => {
this.data.nodeList = this.data.nodeList.filter(function (node) {
if (node.id === nodeId) {
console.log('deleteNode node', node)
node.show = false
return false // 修复:同时这个节点信息
} else {
return true
}
})
....

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.