预览
This commit is contained in:
parent
a6ccedc85b
commit
6994c8c18f
@ -159,8 +159,8 @@ onMounted(() => {
|
|||||||
function init() {
|
function init() {
|
||||||
moduleById(props.projectId).then(res => {
|
moduleById(props.projectId).then(res => {
|
||||||
if (res.data.data.canvas_style_data) {
|
if (res.data.data.canvas_style_data) {
|
||||||
// sfcCode.value = res.data.data.canvas_style_data
|
sfcCode.value = res.data.data.canvas_style_data
|
||||||
sfcCode.value = defaultTemplate
|
// sfcCode.value = defaultTemplate
|
||||||
runCode()
|
runCode()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user