Coder Social home page Coder Social logo

Comments (3)

tw93 avatar tw93 commented on August 16, 2024

:wxcButtonClicked="buttonClicked" ==> @wxcButtonClicked="buttonClicked"

from incubator-weex-ui.

aababy avatar aababy commented on August 16, 2024

我试过不: 换成 @ ,一样的效果, 你run一下归档.zip呢, 可以响应么.

from incubator-weex-ui.

tw93 avatar tw93 commented on August 16, 2024

看了下代码 少了一个 { 导致了错误

<template>
  <div class="rootview">
    <div>
      <wxc-button :text="buttonName"
        @wxcButtonClicked="buttonClicked">
      </wxc-button>
    </div>

  </div>
</template>

<style>
  .wrapper { align-items: center; margin-top: 120px; }
  .title { padding-top:40px; padding-bottom: 40px; font-size: 48px; }
  .logo { width: 360px; height: 156px; }
  .desc { padding-top: 20px; color:#888; font-size: 24px;}
</style>

<script>
  import { WxcButton, WxcPopup } from 'weex-ui';
  var api = require('./api.js');

  export default {
    components: { WxcButton, WxcPopup },
    data: {
      logoUrl: api.apiurl.resurl + 'vued08aa73a9ab65dcbd360ec54659ada97c.png',
      searchicon: 'https://img.alicdn.com/tps/TB1z.55OFXXXXcLXXXXXXXXXXXX-560-560.jpg',
      target: 'World',
      buttonName: '这是一个按钮',
    },
    methods: {
      update: function (e) {
        this.target = 'Weex'
        console.log('target:', this.target)
      }, 
      buttonClicked: function () {
        this.buttonName = '被我点了一下'
        console.log('target:', this.buttonName)
      },
    }
  }
</script>

jietu20171101-112359

from incubator-weex-ui.

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.