Skip to content

Commit 633238b

Browse files
committed
fix: canvas to vue3
1 parent bb0861a commit 633238b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pages.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,12 @@
254254
}
255255
},
256256
// #endif
257-
// #ifndef VUE3
258257
{
259258
"path": "pages/component/canvas/canvas",
260259
"style": {
261260
"navigationBarTitleText": "canvas"
262261
}
263262
},
264-
// #endif
265263
{
266264
"path": "pages/component/web-view/web-view",
267265
"style": {

pages/tabBar/component/component.nvue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
},
9797
// #endif
98-
// #ifndef QUICKAPP-WEBVIEW-UNION || VUE3
98+
// #ifndef QUICKAPP-WEBVIEW-UNION
9999
{
100100
id: 'canvas',
101101
name: '画布',

0 commit comments

Comments
 (0)