storage.js 159 B

12345678
  1. import { showNotify } from 'vant';
  2. import { i18n } from "@/i18n";
  3. export function setup() {
  4. window["$msg"] = showNotify
  5. window["$t"] = i18n.global.t;
  6. }