File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 99 },
1010 "dependencies" : {
1111 "@uivjs/vue-github-corners" : " 1.0.0" ,
12- "@uivjs/vue-markdown-preview" : " 0.2.0 " ,
12+ "@uivjs/vue-markdown-preview" : " 0.2.1 " ,
1313 "core-js" : " ^3.6.5" ,
1414 "vue" : " ^3.0.0" ,
1515 "vue-router" : " ^4.0.0-0"
Original file line number Diff line number Diff line change 3333 </button >
3434 </div >
3535 </header >
36- <markdown-preview :source =" markdown" class =" markdown" ></markdown-preview >
36+ <markdown-preview class =" markdown" >
37+ {{ markdown }}
38+ </markdown-preview >
3739 </div >
3840</template >
3941<script >
@@ -45,6 +47,8 @@ import str from '@uivjs/vue-github-corners/README.md';
4547import pkg from ' @uivjs/vue-github-corners/package.json' ;
4648import ' ./App.css' ;
4749
50+ console .log (str);
51+
4852export default defineComponent ({
4953 data () {
5054 return {
You can’t perform that action at this time.
0 commit comments