File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ store.setImportMap({
79
79
80
80
const sfcOptions = {
81
81
script: {
82
- reactivityTransform : true ,
82
+ propsDestructure : true ,
83
83
},
84
84
} as SFCOptions
85
85
</script >
@@ -89,8 +89,6 @@ const sfcOptions = {
89
89
:editor =" CodeMirror"
90
90
:store =" store"
91
91
:show-compile-output =" false"
92
- :show-import-map =" false"
93
- :show-ts-config =" false"
94
92
:sfc-options =" sfcOptions"
95
93
:ssr =" false"
96
94
@keydown.ctrl.s.prevent
@@ -104,6 +102,7 @@ const sfcOptions = {
104
102
}
105
103
106
104
.vue-repl {
107
- @apply h-screen rounded-lg border- 1 border-solid dark :border-gray-200/10 border-gray-200;
105
+ @apply border- 1 border-solid dark :border-gray-200/10 border-gray-200;
106
+ height : calc (100vh - var (--vp-nav-height ) - 0.5rem );
108
107
}
109
108
</style >
You can’t perform that action at this time.
0 commit comments