diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..df36fcfb72584e00488330b560ebcf34a41c64c2 Binary files /dev/null and b/public/favicon.ico differ diff --git a/src/App.vue b/src/App.vue index 877cde0acb475c1ac306f3611f1f1fc0c388cde6..9968a6f216e0ef7c55c759e33e3960eb0fec9191 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,22 +1,24 @@ diff --git a/src/Demo.vue b/src/Demo.vue index 9389c73fe1a1f243d47de6ff72df1e17e2ab72dc..2d460b6cc5e44517aebab275d110aa8df6055699 100644 --- a/src/Demo.vue +++ b/src/Demo.vue @@ -7,4 +7,20 @@ Warning Error - + + + Default + Primary + Info + Success + Warning + Error + + + + 小小 + + 不小 + 不不小 + + \ No newline at end of file diff --git a/src/main.js b/src/main.js index 7d318b0c531e74e97d097535738d5cb4f0d45daa..869b235396ed810da59600a1c0fd186604f09536 100644 --- a/src/main.js +++ b/src/main.js @@ -6,5 +6,4 @@ const app = createApp(App); app.use(naive); -app.mount("#app"); - +app.mount("#app"); \ No newline at end of file