Last active
August 22, 2023 10:27
-
-
Save ghostzhang/aa1605ab9ff814ba92ff6ce867abdcc6 to your computer and use it in GitHub Desktop.
test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"config":{"codeTheme":"OneDarkPro","pageThemeSyncCodeTheme":true,"openAlmightyConsole":false,"autoRun":false,"layout":"default","keepPreviousLogs":true,"codeFontSize":16},"title":"test","code":{"HTML":{"language":"html","content":"<div id=\"app\">\n{{ message }}\n</div>","resources":[]},"CSS":{"language":"css","content":"body{background-color: rgb(36, 94, 145);}","resources":[]},"JS":{"language":"javascript","content":"var app = new Vue({\nel: '#app',\ndata: {\n message: 'Hello Vue!'\n}\n})","resources":[{"name":"Vue 2","url":"./lib/[email protected]"}]},"VUE":{"language":"vue2","content":"","resources":[]}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment