emis-app/pages/print/bluetoothPrinter.vue
2024-05-10 22:32:39 +08:00

33 lines
289 B
Vue

<template>
<tpx-page>
<tpx-bluetooth-print></tpx-bluetooth-print>
</tpx-page>
</template>
<script>
export default {
computed: {
},
data () {
return {
}
},
mounted () {
},
unmounted() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>