UNPKG

@vci/quick-three

Version:

quick three

16 lines (15 loc) 184 B
const MixinMapQt = { qt: null }; export default { computed: { qt() { return MixinMapQt.qt; } }, methods: { setQt(qt) { MixinMapQt.qt = qt; } } };