肖洋
2025-01-07 60994422d1ff27c24ed8bdf1076f50166ca638db
1
2
3
4
5
6
7
8
9
const tipxx = {
  install: function (vue) {
    alert(1)
    vue.prototype.$tip = function () {
      alert('测试use')
    }
  }
}
export default { tipxx }