fix: 引入路径错误
parent
77e84cc4fa
commit
d445845bdb
|
|
@ -34,6 +34,7 @@ const dialogVisible = ref(false)
|
||||||
const open = async (template) => {
|
const open = async (template) => {
|
||||||
dialogVisible.value = true
|
dialogVisible.value = true
|
||||||
valueHtml.value = template
|
valueHtml.value = template
|
||||||
|
console.log(template)
|
||||||
}
|
}
|
||||||
defineExpose({open})
|
defineExpose({open})
|
||||||
const handleConfirm = () => {
|
const handleConfirm = () => {
|
||||||
|
|
@ -108,4 +109,4 @@ onBeforeUnmount(() => {
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style src="../../../../../../node_modules/@wangeditor/editor/dist/css/style.css"></style>
|
<style src="@wangeditor/editor/dist/css/style.css"></style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue