原型是什么

这里是内容

<?php
phpinfo();
class show{
    public function aaa(){
        echo 'hello world';
    }
}

这里是规则

hello
export default{
    name:"hello",
    data(){
        return {}
    }
}

评论