logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue3 setup种使用全局变量 globalProperties

getCurrentInstance 支持访问内部组件实例。1.main.ts使用app.config.globalProperties.$filter = {foo() {return 123},bar() {console.log("我是bar")return "我是bar"}}2.在template中使用{{ $filter.foo() }}3.在setup中使用const internal

#javascript#vue.js
到底了