export default { data() { return { } }, methods: { lower() { console.log("") this.list.push("1") }, }, onLoad() { } }