预览
This commit is contained in:
parent
a6ccedc85b
commit
6994c8c18f
@ -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()
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user