You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
494 B
Vue

1 year ago
<template>
<view>
<view >
<u-button type="primary" @click="print"></u-button>
templateJson{{templateJson}}
templateData{{templateData}}
</view>
</view>
</template>
<script>
import {mixins} from './mixins/mixins'
export default {
mixins: [mixins],
data() {
return {
}
},
mounted() {
this.initHiprint('http://192.168.150.93:17521', 'vue-plugin-hiprint1', 'SY_TAG')
},
methods: {
}
}
</script>
<style>
</style>