33 lines
289 B
Vue
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> |