update sa-token-demo/sa-token-demo-remember-me/page_project/src/main.js.

1
This commit is contained in:
AppleOfGray 2023-03-07 13:01:04 +00:00 committed by Gitee
parent a67a95956d
commit 52c4fb72f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -8,7 +8,7 @@ import 'element-plus/dist/index.css' // 加载elementUI样式
import zhCn from 'element-plus/es/locale/lang/zh-cn' // 引入中文本地化组件
app = createApp(App)
const app = createApp(App)
// vue组件内通过 this.$f() 来调用
app.config.globalProperties.$f = (params) => {