Event.js 139 Bytes
Newer Older
nanrui committed
1 2 3 4
import Api from "~/service/Api"
import Utils from "~/utils"

export default {
nanrui committed
5 6 7
    onSeainf() { 
        console.log("点击了i");
    },
nanrui committed
8
}