添加测试页面
parent
dcdeebfe1d
commit
01907553a0
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…
Reference in New Issue