Giter VIP home page Giter VIP logo

Comments (4)

JunHaoZhou1 avatar JunHaoZhou1 commented on May 23, 2024

没办法添加截图

from wx-f2.

JunHaoZhou1 avatar JunHaoZhou1 commented on May 23, 2024

{
"classic": {
"plugins": [
[
"@babel/plugin-transform-react-jsx",
{
"pragma": "jsx",
"pragmaFrag": "Fragment"
}
]
]
},
"automatic": {
"plugins": [
[
"@babel/plugin-transform-react-jsx",
{
"runtime": "automatic",
"importSource": "@antv/f2"
}
]
]
}
}

from wx-f2.

JunHaoZhou1 avatar JunHaoZhou1 commented on May 23, 2024

这是jsx内容
import Chart from './chart';

const data = [
{ genre: 'Sports', sold: 275 },
{ genre: 'Strategy', sold: 115 },
{ genre: 'Action', sold: 120 },
{ genre: 'Shooter', sold: 350 },
{ genre: 'Other', sold: 150 },
];

Page({
data: {
onRenderChart() {
return ;
},
},
});

from wx-f2.

JunHaoZhou1 avatar JunHaoZhou1 commented on May 23, 2024

这是编译后的内容,缺少
// pages/index/index.js
Page({

/**

  • 页面的初始数据
    */
    data: {

},

/**

  • 生命周期函数--监听页面加载
    */
    onLoad(options) {

},

/**

  • 生命周期函数--监听页面初次渲染完成
    */
    onReady() {

},

/**

  • 生命周期函数--监听页面显示
    */
    onShow() {

},

/**

  • 生命周期函数--监听页面隐藏
    */
    onHide() {

},

/**

  • 生命周期函数--监听页面卸载
    */
    onUnload() {

},

/**

  • 页面相关事件处理函数--监听用户下拉动作
    */
    onPullDownRefresh() {

},

/**

  • 页面上拉触底事件的处理函数
    */
    onReachBottom() {

},

/**

  • 用户点击右上角分享
    */
    onShareAppMessage() {

}
})

from wx-f2.

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.