08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / project / demo / test.jsx
caibinghong on 13 Jul 2021 add
const test = {
    props: {
    },
    data() {
        return {
        }
    },
    methods: {
    },
    render(h) {
        return (
            <div>
                test--------------
            </div>
        );
    }
};
export default test