添加测试页面

master
suixy 1 month ago
parent dcdeebfe1d
commit 01907553a0

@ -35,7 +35,7 @@ export const constantRoutes: RouteRecordRaw[] = [
{
path: '/test',
hidden: true,
component: () => import('@/views/print/test.vue')
component: () => import('@/views/boardGenerate/test.vue')
},
{
path: '/board3',

File diff suppressed because it is too large Load Diff

@ -0,0 +1,14 @@
<template>
<div style="width: 100vw;height: 100vh">
<VisualEditor />
</div>
</template>
<script setup>
import { VisualEditor } from '/Users/ysg/Desktop/开发/scrin-visual-editor';
import '/Users/ysg/Desktop/开发/scrin-visual-editor/dist/style.css';
console.log(VisualEditor);
</script>
<style>
</style>
Loading…
Cancel
Save