Taro+react开发(26)taro基本骨架
Posted 小歌谣(公众号同名)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Taro+react开发(26)taro基本骨架相关的知识,希望对你有一定的参考价值。
import Taro, { Component } from "@tarojs/taro";
class companyTitle extends Component {
state = {
geyao: "1111"
};
render() {
return <div>11111</div>;
}
}
export default companyTitle;
以上是关于Taro+react开发(26)taro基本骨架的主要内容,如果未能解决你的问题,请参考以下文章