-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #162 from lljj-x/feat/NaiveUI
Feat/naive UI
- Loading branch information
Showing
74 changed files
with
26,090 additions
and
323 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ export default { | |
} | ||
.logo { | ||
display: block; | ||
height: 30px; | ||
height: 25px; | ||
} | ||
} | ||
.menu { | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* Created by Liu.Jun on 2021/2/1 10:00 下午. | ||
*/ | ||
|
||
import NaiveUI from 'naive-ui'; | ||
|
||
export default { | ||
install(app) { | ||
app.use(NaiveUI); | ||
} | ||
}; |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,15 +11,15 @@ | |
<title>Vue JSON Schema form editor - VJSF</title> | ||
<meta name="description" content="vue-json-schema-form - 基于JSON Schema动态创建表单在线演示编辑器" /> | ||
<link rel="icon" href="https://vue-json-schema-form.lljj.me/icons/ico.png"> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/element-plus@1.0.2-beta.65/lib/theme-chalk/index.css"> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/element-plus/dist/index.css"> | ||
<link rel="apple-touch-icon" href="https://vue-json-schema-form.lljj.me/icons/ico.png"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script src="//cdn.jsdelivr.net/npm/@lljj/[email protected]/dist/polyfill.umd.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/vue@3.0.5/dist/vue.global.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/vue@next"></script> | ||
<script src="//cdn.jsdelivr.net/npm/vue-router@4"></script> | ||
<script src="https://cdn.bootcdn.net/ajax/libs/element-plus/1.0.2-beta.65/index.full.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/element-plus"></script> | ||
|
||
<script src="//cdn.jsdelivr.net/npm/[email protected]/min/vs/loader.js"></script> | ||
<script> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,6 @@ app.use(ElementPlus); | |
// mount | ||
app.mount('#app'); | ||
|
||
app.config.unwrapInjectedRef = true; | ||
|
||
window.app1 = app; |
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
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
Oops, something went wrong.