This commit is contained in:
jingna 2025-06-06 16:55:53 +08:00
parent a6ccedc85b
commit 6994c8c18f

View File

@ -159,8 +159,8 @@ onMounted(() => {
function init() {
moduleById(props.projectId).then(res => {
if (res.data.data.canvas_style_data) {
// sfcCode.value = res.data.data.canvas_style_data
sfcCode.value = defaultTemplate
sfcCode.value = res.data.data.canvas_style_data
// sfcCode.value = defaultTemplate
runCode()
}
})