@adminforth/markdown 1.2.8 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.log +2 -2
- package/custom/MarkdownEditor.vue +1 -1
- package/dist/custom/MarkdownEditor.vue +1 -1
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -10,5 +10,5 @@ custom/package-lock.json
|
|
|
10
10
|
custom/package.json
|
|
11
11
|
custom/tsconfig.json
|
|
12
12
|
|
|
13
|
-
sent 171,
|
|
14
|
-
total size is 170,
|
|
13
|
+
sent 171,308 bytes received 115 bytes 342,846.00 bytes/sec
|
|
14
|
+
total size is 170,848 speedup is 1.00
|
|
@@ -15,7 +15,7 @@ import { Editor } from '@milkdown/core';
|
|
|
15
15
|
import { Crepe } from '@milkdown/crepe';
|
|
16
16
|
import type { AdminForthColumn } from '@/types/Common';
|
|
17
17
|
import '@milkdown/crepe/theme/common/style.css';
|
|
18
|
-
import '@milkdown/crepe/theme/frame
|
|
18
|
+
import '@milkdown/crepe/theme/frame.css';
|
|
19
19
|
|
|
20
20
|
const props = defineProps<{
|
|
21
21
|
column: AdminForthColumn,
|
|
@@ -15,7 +15,7 @@ import { Editor } from '@milkdown/core';
|
|
|
15
15
|
import { Crepe } from '@milkdown/crepe';
|
|
16
16
|
import type { AdminForthColumn } from '@/types/Common';
|
|
17
17
|
import '@milkdown/crepe/theme/common/style.css';
|
|
18
|
-
import '@milkdown/crepe/theme/frame
|
|
18
|
+
import '@milkdown/crepe/theme/frame.css';
|
|
19
19
|
|
|
20
20
|
const props = defineProps<{
|
|
21
21
|
column: AdminForthColumn,
|