VuxToastPlugin global configuration does not work

refer to the official website: https://doc.vux.li/zh-CN/comp.
uses the toast component in vux
but write in main.js:

import {ToastPlugin} from "vux"
Vue.use(ToastPlugin, {position: "bottom"})

introduce the toast component and set the prompt location at the bottom.

but write in the component:

    this.$vux.toast.text("hello")
The

prompt is not displayed at the bottom, but is displayed near the mouse click with the word "default".
is written in the following code, and the prompt will be displayed at the bottom.

this.$vux.toast.text("hello" "bottom")

Why doesn"t the position configured in main.js work? For advice, thank you

Apr.19,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1beaacb-530b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1beaacb-530b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?