You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that the necessary css is loaded for code-input, and an example theme is loaded. You might want to replace the second file with your own theme, but you need the first file.
249
+
So that the necessary css is loaded for code-input, and an example theme is loaded.
250
+
251
+
> You might want to replace the second file with your own theme, but you need the first file.
250
252
251
253
### 3. Initialize the textarea
252
254
@@ -290,7 +292,8 @@ const props = defineProps<{
290
292
// This contains the HTMLElement of the code-input component
291
293
const elem = ref()
292
294
293
-
// Before it appears on the page, code-input needs to be initialized
295
+
// Before it appears on the page, code-input needs to be initialized.
0 commit comments