fix: 引入路径错误
parent
77e84cc4fa
commit
d445845bdb
|
|
@ -34,6 +34,7 @@ const dialogVisible = ref(false)
|
|||
const open = async (template) => {
|
||||
dialogVisible.value = true
|
||||
valueHtml.value = template
|
||||
console.log(template)
|
||||
}
|
||||
defineExpose({open})
|
||||
const handleConfirm = () => {
|
||||
|
|
@ -108,4 +109,4 @@ onBeforeUnmount(() => {
|
|||
</el-dialog>
|
||||
</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