😎整理代码
This commit is contained in:
parent
2ee6aed25c
commit
f6773f4d0d
@ -109,7 +109,6 @@ import providers from './providers';
|
||||
import PrintPreview from './preview.vue';
|
||||
import printData from './print-data';
|
||||
|
||||
//父级传递来的参数
|
||||
var props = defineProps({
|
||||
modeIndex: {
|
||||
type: Number,
|
||||
@ -118,8 +117,7 @@ var props = defineProps({
|
||||
});
|
||||
|
||||
let hiprintTemplate = ref();
|
||||
// 模板选择
|
||||
let mode = ref(0);
|
||||
let mode = ref(0); // 模板选择
|
||||
|
||||
const preViewRef = ref();
|
||||
const state = reactive({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user