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
527 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 '@/pages/index/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>